Change interpreter for script

This commit is contained in:
whiskerz007 2020-03-20 12:50:32 +01:00
parent e45b4e29f4
commit 3563e39bdc
No known key found for this signature in database
GPG Key ID: A7EEAB6E1F1A6805

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/usr/bin/env bash
set -o pipefail set -o pipefail
shopt -s expand_aliases shopt -s expand_aliases
alias die='EXIT=$? LINE=$LINENO error_exit' alias die='EXIT=$? LINE=$LINENO error_exit'