feat(cli): add doom.sh for Android users

Or any other Linux distros for which /usr/bin/env does not exist.

Fix: #7655
This commit is contained in:
Henrik Lissner
2024-10-02 04:48:18 -04:00
parent 8c7711920e
commit 0b3800fbe4

6
bin/doom.sh Executable file
View File

@ -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" "$@"