Files
doomemacs/bin/doom.sh
Henrik Lissner 0b3800fbe4 feat(cli): add doom.sh for Android users
Or any other Linux distros for which /usr/bin/env does not exist.

Fix: #7655
2024-10-02 04:48:18 -04:00

7 lines
194 B
Bash
Executable File

#!/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" "$@"