mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-05 18:20:29 -08: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:
parent
8c7711920e
commit
0b3800fbe4
1 changed files with 6 additions and 0 deletions
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" "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue