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-16 10:08:20 +0100 |
| commit | 81ee3263da6c1d587d4d5c661aedcd149b479012 (patch) | |
| tree | f69d49240eac8cff654fc7aeaa71946e2d2e3736 /buetow.org.sh | |
| parent | f4a0961f7ea7663b2316f2569222b730b19dcfc1 (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 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 |
