4 lines
134 B
Bash
Executable File
4 lines
134 B
Bash
Executable File
#!/usr/bin/env bash
|
|
DIR="$(cd "$(dirname "$0")" && pwd)"
|
|
exec "/opt/homebrew/bin/node" "/opt/homebrew/bin/bare" "$DIR/index.mjs" "$@"
|