mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
7 lines
194 B
Bash
Executable File
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" "$@"
|