typo
This commit is contained in:
parent
4579b10b6d
commit
ab510438ab
2
bin/rmsh
2
bin/rmsh
|
@ -14,7 +14,7 @@ case $1 in
|
||||||
cp $RMSH_DIR/share/html/presentation.html .
|
cp $RMSH_DIR/share/html/presentation.html .
|
||||||
cp $RMSH_DIR/share/js/remark.min.js .
|
cp $RMSH_DIR/share/js/remark.min.js .
|
||||||
sass $RMSH_DIR/share/styles/$3/$3.scss style.css
|
sass $RMSH_DIR/share/styles/$3/$3.scss style.css
|
||||||
cp -r $RMSH_DIR/share/syles/$3/img .
|
cp -r $RMSH_DIR/share/styles/$3/img .
|
||||||
touch presentation.md
|
touch presentation.md
|
||||||
;;
|
;;
|
||||||
"view")
|
"view")
|
||||||
|
|
Loading…
Reference in New Issue