anneso/run

13 lines
127 B
Plaintext
Raw Permalink Normal View History

2021-03-11 15:43:31 +01:00
#!/bin/bash
set -eu
. ./.env
. ./themes/hugo-theme-lowtech/scripts/run
if [ $# -ge 1 ]; then
$@
else
help_generic
fi
end