5 lines
52 B
Bash
Executable File
5 lines
52 B
Bash
Executable File
#!/bin/zsh -l
|
|
|
|
cd "${0:A:h}"
|
|
exec node launcher.mjs
|