dank make file

This commit is contained in:
Medium Fries 2018-12-17 13:45:43 -08:00
parent 1d876c9289
commit 817d6d5287

View File

@ -39,3 +39,12 @@ index() {
# taking function names as para # taking function names as para
"$@" "$@"
if [ -z $1 ]
then
echo './make.sh post file.md - make new post'
echo './make.sh updatestyle - update & sync style sheets'
echo './make.sh page file.md - make new page'
echo './make.sh index - update index'
fi