4 lines
43 B
Text
4 lines
43 B
Text
|
#!/bin/sh
|
||
|
|
||
|
exec "__NODEJS__/bin/node" "$@"
|