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 | |
| parent | ad828d07774d29f129e1c92ed59baa8c7d75418b (diff) | |
refactor
| -rwxr-xr-x | buetow.org.sh | 12 | ||||
| -rw-r--r-- | modules/assert.source.sh (renamed from lib/assert.source.sh) | 0 | ||||
| -rw-r--r-- | modules/atomfeed.source.sh (renamed from lib/atomfeed.source.sh) | 0 | ||||
| -rw-r--r-- | modules/gemfeed.source.sh (renamed from lib/gemfeed.source.sh) | 0 | ||||
| -rw-r--r-- | modules/generate.source.sh (renamed from lib/generate.source.sh) | 0 | ||||
| -rw-r--r-- | modules/html.source.sh (renamed from lib/html.source.sh) | 0 | ||||
| -rw-r--r-- | modules/md.source.sh (renamed from lib/md.source.sh) | 0 |
7 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 diff --git a/lib/assert.source.sh b/modules/assert.source.sh index 3367809d..3367809d 100644 --- a/lib/assert.source.sh +++ b/modules/assert.source.sh diff --git a/lib/atomfeed.source.sh b/modules/atomfeed.source.sh index 01608fe5..01608fe5 100644 --- a/lib/atomfeed.source.sh +++ b/modules/atomfeed.source.sh diff --git a/lib/gemfeed.source.sh b/modules/gemfeed.source.sh index 7e1c476b..7e1c476b 100644 --- a/lib/gemfeed.source.sh +++ b/modules/gemfeed.source.sh diff --git a/lib/generate.source.sh b/modules/generate.source.sh index 7066576a..7066576a 100644 --- a/lib/generate.source.sh +++ b/modules/generate.source.sh diff --git a/lib/html.source.sh b/modules/html.source.sh index 9fb4a301..9fb4a301 100644 --- a/lib/html.source.sh +++ b/modules/html.source.sh diff --git a/lib/md.source.sh b/modules/md.source.sh index 197bdcf7..197bdcf7 100644 --- a/lib/md.source.sh +++ b/modules/md.source.sh |
