dank make file
This commit is contained in:
parent
1d876c9289
commit
817d6d5287
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user