This commit is contained in:
Alan Alexander 2021-06-08 18:25:57 -07:00
Родитель 1ffea5d217
Коммит 9bcb02bda5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: FDAA08B4655132C1
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,8 @@
#!/bin/bash
# adapted from https://github.com/npryce/adr-tools
# a combination of a few scripts, _adr_title, _adr_generate_toc
set -e
args=$(getopt i:o:p: $*)