From 27ed46c9129db86669052d4e7211340da1081d89 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 19 May 2021 12:39:49 +0100 Subject: html branch --- buetow.org.sh | 64 ----------------------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100755 buetow.org.sh (limited to 'buetow.org.sh') diff --git a/buetow.org.sh b/buetow.org.sh deleted file mode 100755 index 57535b99..00000000 --- a/buetow.org.sh +++ /dev/null @@ -1,64 +0,0 @@ -#!/usr/bin/env bash -# -# The buetow.org.sh static site generator -# by Paul Buetow 2021 - -declare -r ARG="$1"; shift -declare DATE=date -declare SED=sed -declare GREP=grep -which gdate &>/dev/null && DATE=gdate -which gsed &>/dev/null && SED=gsed -which ggrep &>/dev/null && GREP=ggrep -readonly DATE -readonly SED -readonly GREP - -source buetow.org.conf -source ./packages/assert.source.sh -source ./packages/atomfeed.source.sh -source ./packages/gemfeed.source.sh -source ./packages/generate.source.sh -source ./packages/html.source.sh -source ./packages/log.source.sh -source ./packages/md.source.sh - -help () { - cat <