What's worse bash or Makefiles?

master
apromixately 2022-02-27 22:32:41 +01:00
parent 9d445829ae
commit 07652d9795
3 changed files with 6 additions and 0 deletions

1
edit.bash 100755
View File

@ -0,0 +1 @@
vim beejournal.md

3
pandoc.bash 100755
View File

@ -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

2
view.bash 100755
View File

@ -0,0 +1,2 @@
./pandoc.bash
firefox beejournal.html