mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 03:57:16 +00:00
Unify script headers
This commit is contained in:
parent
f3e6a950c8
commit
a740fdbda8
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
set -eu
|
||||
set -o pipefail
|
||||
set -o errtrace
|
||||
shopt -s expand_aliases
|
||||
|
||||
if [ "$(uname)" == "Darwin" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user