thunderbird/SOURCES/node-stdout-nonblocking-wra...

4 lines
83 B
Plaintext
Raw Normal View History

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