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-21 05:11:05 +0100
commit0d812ab4dea98f9f98936ecf2691ab3e07cfb9f3 (patch)
treefc4a16d587e57490225510227d05b04a0555c599 /buetow.org.sh
parentaaea51bbbee9d3f1e2719e4186e28a1193c03789 (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 628209e..21e1935 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