changed updatestyle to style

This commit is contained in:
shockrahwow 2019-01-11 12:31:47 -08:00
parent fc8be87be2
commit ee0f088462

View File

@ -12,7 +12,7 @@ post() {
fi fi
} }
updatestyle() { style() {
# Updating index style # Updating index style
cp style.css $rootDir/style.css cp style.css $rootDir/style.css
@ -49,7 +49,7 @@ index() {
if [ -z $1 ] if [ -z $1 ]
then then
echo './make.sh post file.md - make new post' echo './make.sh post file.md - make new post'
echo './make.sh updatestyle - update & sync style sheets' echo './make.sh style - update & sync style sheets'
echo './make.sh page file.md - make new page' echo './make.sh page file.md - make new page'
echo './make.sh index - update index' echo './make.sh index - update index'
fi fi