Log In
rpms
/
thunderbird
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Blame SOURCES/node-stdout-nonblocking-wrapper
Branch:
bb73f8f2425c751a5fffc5d37ab038d71aa5caba
c7
c7-alt
c7-beta
c7-plus
c8
c8-beta
c8-containeronly-stream-flatpak
c8-init-modify
c8-plus
c8s
c8s-sig-core-plus
c9
c9-beta
c9-containeronly-stream-flatpak
c9-plus
bb73f8f2425c751a5fffc5d37ab038d71aa5caba
SOURCES
node-stdout-nonblocking-wrapper
Blob
History
Raw
f7e2cb
#!/bin/sh
f7e2cb
#exec /usr/bin/node "$@" 2>&1 | cat -
f7e2cb
exec $MOZ_NODEJS "$@" 2>&1 | cat -