From ab510438abec3c8e0abbdcc725d921261769efa6 Mon Sep 17 00:00:00 2001 From: an Date: Sun, 5 Nov 2017 18:12:01 +0100 Subject: [PATCH] typo --- bin/rmsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/rmsh b/bin/rmsh index 79648af..d43b5f9 100755 --- a/bin/rmsh +++ b/bin/rmsh @@ -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")