From afd9fdf7ca0800c457959b540c4378d20f802dc0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 19 May 2021 19:46:20 +0100 Subject: add git package --- buetow.org.sh | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'buetow.org.sh') diff --git a/buetow.org.sh b/buetow.org.sh index 57535b99..7f63c9d8 100755 --- a/buetow.org.sh +++ b/buetow.org.sh @@ -16,6 +16,7 @@ readonly GREP source buetow.org.conf source ./packages/assert.source.sh +source ./packages/git.source.sh source ./packages/atomfeed.source.sh source ./packages/gemfeed.source.sh source ./packages/generate.source.sh @@ -33,10 +34,33 @@ $0's possible arguments: HELPHERE } +setup () { + if [ ! -d "$CONTENT_BASE_DIR" ]; then + cat <