mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Add shebang to shell scripts
This commit is contained in:
parent
97726d6fbc
commit
49a55b0e70
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user