changed share dir structure
This commit is contained in:
parent
e236c2c67b
commit
4579b10b6d
3
bin/rmsh
3
bin/rmsh
|
@ -13,7 +13,8 @@ case $1 in
|
||||||
cd $2
|
cd $2
|
||||||
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/scss/$3.scss style.css
|
sass $RMSH_DIR/share/styles/$3/$3.scss style.css
|
||||||
|
cp -r $RMSH_DIR/share/syles/$3/img .
|
||||||
touch presentation.md
|
touch presentation.md
|
||||||
;;
|
;;
|
||||||
"view")
|
"view")
|
||||||
|
|
Loading…
Reference in New Issue