4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
#exec /usr/bin/node "$@" 2>&1 | cat -
|
||
|
exec $MOZ_NODEJS "$@" 2>&1 | cat -
|