mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
6
bin/doom.sh
Executable file
6
bin/doom.sh
Executable 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" "$@"
|
Reference in New Issue
Block a user