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