Tag entrypoint as a bash script

This script uses bashisms
This commit is contained in:
Josh Soref
2021-02-19 00:49:16 -05:00
parent cb975d8aad
commit e338a630e6

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# e is for exiting the script automatically if a command fails, u is for exiting if a variable is not set
# x would be for showing the commands before they are executed
set -eu