diff options
| author | Paul Buetow <paul@buetow.org> | 2021-05-11 19:54:23 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:04 +0100 |
| commit | a453bf2f909e0ea01b0649ce8dc42d54689f738f (patch) | |
| tree | c8da545ea95fae6a9d6c4658f0318afd3ac58ccf /buetow.org.sh | |
| parent | ad828d07774d29f129e1c92ed59baa8c7d75418b (diff) | |
refactor
Diffstat (limited to 'buetow.org.sh')
| -rwxr-xr-x | buetow.org.sh | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/buetow.org.sh b/buetow.org.sh index 7b988b31..228afcce 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -7,12 +7,12 @@ which gdate &>/dev/null && DATE=gdate which gsed &>/dev/null && SED=gsed source buetow.org.conf -source ./lib/assert.source.sh -source ./lib/atomfeed.source.sh -source ./lib/gemfeed.source.sh -source ./lib/generate.source.sh -source ./lib/html.source.sh -source ./lib/md.source.sh +source ./modules/assert.source.sh +source ./modules/atomfeed.source.sh +source ./modules/gemfeed.source.sh +source ./modules/generate.source.sh +source ./modules/html.source.sh +source ./modules/md.source.sh help () { cat <<HELPHERE |
