Skip to content

Commit

Permalink
added shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklamers committed Aug 1, 2019
1 parent 6995987 commit 0c52a12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions destroy.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/usr/bin/env bash

docker rm -f gridstudio
2 changes: 2 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

WIN_PWD=$PWD
WIN_PWD=$(echo $WIN_PWD | sed -r 's/[/]+/\\/g')
WIN_PWD=$(echo $WIN_PWD | sed -r 's/\\([a-z])\\+/\U\1:\\/g')
Expand Down
2 changes: 2 additions & 0 deletions shutdown.sh
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/usr/bin/env bash

docker kill gridstudio

0 comments on commit 0c52a12

Please sign in to comment.