2 lines
47 B
Text
2 lines
47 B
Text
|
|
#!/bin/sh
|
||
|
|
exec /usr/bin/node "$@" 2>&1 | cat -
|