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

4 lines
83 B
Plaintext
Raw Normal View History

2021-04-14 13:39:31 +00:00
#!/bin/sh
#exec /usr/bin/node "$@" 2>&1 | cat -
exec $MOZ_NODEJS "$@" 2>&1 | cat -