From bdf56f978f490f97e89afb6650e3a1913abd8e28 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 12 May 2021 09:06:22 +0100 Subject: make shellcheck happy again, also add a shellcheck makefile target --- buetow.org.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buetow.org.sh') 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 -- cgit v1.2.3