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