diff --git a/scripts/run.sh b/scripts/run.sh index d4c17c4..68a8eac 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -1,6 +1,11 @@ #!/bin/bash cd "$(dirname "$0")" || exit +if [ ! "$BASH_VERSION" ] ; then + echo "Please do not use sh to run this script, just execute it directly" 1>&2 + exit 1 +fi + function Radiolist { declare -A o="$1" shift