Support CLI Options

This commit is contained in:
sh+git@codevoid.de
2019-10-27 13:42:02 +00:00
parent 7f6d35f9b8
commit 96d91a9aeb
2 changed files with 39 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
all:
./mkpicindex.sh > index.html.tmp && mv index.html.tmp index.html
static:
./mkpicindex-static.sh 0 > index.html.tmp && mv index.html.tmp index.html
./mkpicindex-static.sh > index.html.tmp && mv index.html.tmp index.html
clean:
rm -rf index.html.tmp index.html style.css justify.js LICENSE