Skip to content

Commit

Permalink
Define script interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
SbWereWolf committed Aug 15, 2021
1 parent 68192cf commit 5c32ce4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
date --rfc-3339=seconds
cd ./docker/ || exit 13

Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
find ./ -maxdepth 1 -type f -regextype posix-awk -regex ".*\/.*.sh$" \
-exec chmod +x {} \;

Expand Down
1 change: 1 addition & 0 deletions refresh.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bas
date --rfc-3339=seconds
cd ./docker/ || exit 13

Expand Down
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
date --rfc-3339=seconds
cd ./docker/ || exit 13

Expand Down
1 change: 1 addition & 0 deletions update.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
date --rfc-3339=seconds
cd ./docker/ || exit 13

Expand Down

0 comments on commit 5c32ce4

Please sign in to comment.