summaryrefslogtreecommitdiff
path: root/buetow.org.sh
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-16 10:08:20 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-16 10:08:20 +0100
commit81ee3263da6c1d587d4d5c661aedcd149b479012 (patch)
treef69d49240eac8cff654fc7aeaa71946e2d2e3736 /buetow.org.sh
parentf4a0961f7ea7663b2316f2569222b730b19dcfc1 (diff)
new draft
Diffstat (limited to 'buetow.org.sh')
-rwxr-xr-xbuetow.org.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/buetow.org.sh b/buetow.org.sh
index 628209e9..21e19352 100755
--- a/buetow.org.sh
+++ b/buetow.org.sh
@@ -8,6 +8,8 @@ declare DATE=date
declare SED=sed
which gdate &>/dev/null && DATE=gdate
which gsed &>/dev/null && SED=gsed
+readonly DATE
+readonly SED
source buetow.org.conf
source ./modules/assert.source.sh