3 lines
38 B
Plaintext
3 lines
38 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
exec node "$@" 2>&1 | cat -
|