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

4 lines
83 B
Plaintext
Raw Normal View History

2022-05-17 08:38:49 +00:00
#!/bin/sh
#exec /usr/bin/node "$@" 2>&1 | cat -
exec $MOZ_NODEJS "$@" 2>&1 | cat -