Add shebang to shell scripts

This commit is contained in:
Matthias Kuhn 2018-06-05 11:22:18 +02:00
parent 97726d6fbc
commit 49a55b0e70
No known key found for this signature in database
GPG Key ID: A0E766808764D73F
17 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# after_script.sh
# ---------------------

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# before_install.sh
# ---------------------

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# before_script.sh
# ---------------------

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# install.sh
# ---------------------

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# script.sh
# ---------------------

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# after_script.sh
# ---------------------

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# before_install.sh
# ---------------------

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# before_script.sh
# ---------------------

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# install.sh
# ---------------------

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# script.sh
# ---------------------

View File

@ -1 +1,2 @@
#!/usr/bin/env bash
ccache -s

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# before_install.sh
# ---------------------

View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# install.sh
# ---------------------

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
###########################################################################
# script.sh
# ---------------------

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
IFS=:
cat <<EOF |
access:accessing

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
DIR=$(git rev-parse --show-toplevel)
cd $1
FOLDER=linux