Use portable shebang

This commit is contained in:
Eric Nemchik 2020-06-23 11:02:45 -05:00
parent 63babcad8f
commit 60a6b9eb63
7 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
################################################################################ ################################################################################
############# Cleanup Image on DockerHub @admiralawkbar ######################## ############# Cleanup Image on DockerHub @admiralawkbar ########################

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
################################################################################ ################################################################################
# Script to run ghe-config-apply on the primary GHES instance # Script to run ghe-config-apply on the primary GHES instance

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# CMD # CMD
HELLO_WORLD=($(echo "Hello World" | cut -f1 -d' ' 2>&1)) HELLO_WORLD=($(echo "Hello World" | cut -f1 -d' ' 2>&1))

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# CMD # CMD
HELLO_WORLD=$(echo "Hello World" | cut -f1 -d' ' 2>&1) HELLO_WORLD=$(echo "Hello World" | cut -f1 -d' ' 2>&1)

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
################################################################################ ################################################################################
############# Deploy Container to DockerHub @admiralawkbar ##################### ############# Deploy Container to DockerHub @admiralawkbar #####################

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
# shellcheck disable=SC1003,SC2016 # shellcheck disable=SC1003,SC2016
################################################################################ ################################################################################

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
cat <<EOF cat <<EOF
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------