diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-09 21:29:10 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-09 21:29:10 +0100 |
| commit | ce1ebb3ad3f705a1a8e3764e6c18f1af12eed795 (patch) | |
| tree | 3164a91894fc279a41fe368ead15d686ce358baf /http/bin/blog | |
| parent | 0065d36bc8dab85e639fa35945ef289f68182975 (diff) | |
extracts longlog metadata including updated date
Diffstat (limited to 'http/bin/blog')
| -rwxr-xr-x | http/bin/blog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/http/bin/blog b/http/bin/blog index 49bef7f..7038e4a 100755 --- a/http/bin/blog +++ b/http/bin/blog @@ -37,9 +37,12 @@ layout="default" postprocess_cmd="echo" use_filenames_for_titles=0 -while getopts "i:l:p:t" opt +while getopts "a:i:l:p:t" opt do case $opt in + a) + extract_args_cmd="$OPTARG" + ;; i) log_name="$OPTARG" ;; |
