5 lines
176 B
Bash
Executable File
5 lines
176 B
Bash
Executable File
#!/usr/bin/env bash
|
|
DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
export PATH="/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:$PATH"
|
|
exec "/opt/homebrew/bin/bare" "$DIR/index.mjs" "$@"
|