dank make file
This commit is contained in:
9
make.sh
9
make.sh
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user