diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-12 09:06:22 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | bdf56f978f490f97e89afb6650e3a1913abd8e28 (patch) | |
| tree | 3f673b8e5d78c3ca9326a9e592c3616f46ab2051 /buetow.org.sh | |
| parent | a453bf2f909e0ea01b0649ce8dc42d54689f738f (diff) | |
make shellcheck happy again, also add a shellcheck makefile target
Diffstat (limited to 'buetow.org.sh')
| -rwxr-xr-x | buetow.org.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buetow.org.sh b/buetow.org.sh index 228afcce..bd89d648 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# +# The buetow.org.sh static site generator +# by Paul Buetow 2021 declare -r ARG=$1; shift declare DATE=date |
