Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add shebang to shell scripts
- Loading branch information
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# after_script.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# before_install.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# before_script.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# install.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# script.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# after_script.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# before_install.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# before_script.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# install.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# script.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1 +1,2 @@ |
|
|
#!/usr/bin/env bash |
|
|
ccache -s |
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# before_install.sh |
|
|
# --------------------- |
|
|
|
|
@@ -0,0 +1,2 @@ |
|
|
#!/usr/bin/env bash |
|
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# install.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
########################################################################### |
|
|
# script.sh |
|
|
# --------------------- |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
IFS=: |
|
|
cat <<EOF | |
|
|
access:accessing |
|
|
|
|
@@ -1,3 +1,4 @@ |
|
|
#!/usr/bin/env bash |
|
|
DIR=$(git rev-parse --show-toplevel) |
|
|
cd $1 |
|
|
FOLDER=linux |
|
|