Skip to content

Commit

Permalink
bash: add shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomeZworc committed Jun 18, 2022
1 parent 394f88e commit a22a2fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

#!/bin/bash

echo -e "\n## pull nginx"
docker pull nginx:1.20.2-alpine
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

#!/bin/bash
echo "# Run Docker"
bash ./docker/run.sh "teamrecup" "${PWD}"

0 comments on commit a22a2fb

Please sign in to comment.