add bash shebang

This commit is contained in:
mrbesen 2023-11-28 19:42:17 +01:00 committed by John Preston
parent 41481129f7
commit 5971aefb83

View file

@ -1,3 +1,5 @@
#!/bin/bash
set -e
FullExecPath=$PWD
pushd `dirname $0` > /dev/null