From 07652d9795ef6fd14a8f6e9081602571b7cb52ee Mon Sep 17 00:00:00 2001 From: apromixately Date: Sun, 27 Feb 2022 22:32:41 +0100 Subject: [PATCH] What's worse bash or Makefiles? --- edit.bash | 1 + pandoc.bash | 3 +++ view.bash | 2 ++ 3 files changed, 6 insertions(+) create mode 100755 edit.bash create mode 100755 pandoc.bash create mode 100755 view.bash diff --git a/edit.bash b/edit.bash new file mode 100755 index 0000000..8fb97e4 --- /dev/null +++ b/edit.bash @@ -0,0 +1 @@ +vim beejournal.md diff --git a/pandoc.bash b/pandoc.bash new file mode 100755 index 0000000..1e4497e --- /dev/null +++ b/pandoc.bash @@ -0,0 +1,3 @@ +pandoc footer.md > footer.html +pandoc todo.md > todo.html +pandoc --toc --css=github-pandoc.css -A footer.html --standalone beejournal.md > beejournal.html diff --git a/view.bash b/view.bash new file mode 100755 index 0000000..13a893a --- /dev/null +++ b/view.bash @@ -0,0 +1,2 @@ +./pandoc.bash +firefox beejournal.html