firefox/SOURCES/node-stdout-nonblocking-wrapper

4 lines
83 B
Plaintext
Raw Normal View History

2020-01-21 21:02:59 +00:00
#!/bin/sh
#exec /usr/bin/node "$@" 2>&1 | cat -
exec $MOZ_NODEJS "$@" 2>&1 | cat -