Skip to content

Commit

Permalink
add Shebangs
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed May 9, 2019
1 parent 6a569a6 commit 79c71df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compile.sh
@@ -1,3 +1,5 @@
#!/bin/sh

gnome-terminal --command="sass style/css:"
sleep 5
gnome-terminal --command="pug index.pug -P"
Expand Down
2 changes: 2 additions & 0 deletions compile_min.sh
@@ -1,3 +1,5 @@
#!/bin/sh

gnome-terminal --command="sass style/css: --style compressed"
sleep 5
gnome-terminal --command="pug index.pug"
Expand Down
2 changes: 2 additions & 0 deletions compile_watch.sh
@@ -1,3 +1,5 @@
#!/bin/sh

gnome-terminal --command="sass style/css:"
sleep 5
gnome-terminal --command="sass --watch style/css:"
Expand Down

0 comments on commit 79c71df

Please sign in to comment.