diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-16 10:08:20 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | 0d812ab4dea98f9f98936ecf2691ab3e07cfb9f3 (patch) | |
| tree | fc4a16d587e57490225510227d05b04a0555c599 /buetow.org.sh | |
| parent | aaea51bbbee9d3f1e2719e4186e28a1193c03789 (diff) | |
new draft
Diffstat (limited to 'buetow.org.sh')
| -rwxr-xr-x | buetow.org.sh | 2 |
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 |
