This commit is contained in:
an 2017-11-05 18:12:01 +01:00
parent 4579b10b6d
commit ab510438ab
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ case $1 in
cp $RMSH_DIR/share/html/presentation.html .
cp $RMSH_DIR/share/js/remark.min.js .
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
;;
"view")