add bash header
This commit is contained in:
parent
d1c89efb73
commit
64245fceed
|
@ -1,4 +1,7 @@
|
||||||
# dependencies:
|
#!/usr/bin/env bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
# dependencies:
|
||||||
# brew install jq
|
# brew install jq
|
||||||
|
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
Loading…
Reference in New Issue