mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
6 lines
194 B
Bash
Executable file
6 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" "$@"
|