diff --git a/bin/doom.sh b/bin/doom.sh new file mode 100755 index 000000000..6370bda43 --- /dev/null +++ b/bin/doom.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# +# On Android (and possibly other Linux distros), /usr/bin/env does not exist. +# This script exists as a workaround for those users. + +"$(dirname -- "${BASH_SOURCE:-$0}")/doom" "$@"