Change interpreter for script

This commit is contained in:
whiskerz007
2020-03-20 12:50:32 +01:00
parent e45b4e29f4
commit 3563e39bdc

View File

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