Log In
rpms
/
thunderbird
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Blame SOURCES/node-stdout-nonblocking-wrapper
Branch:
fa19f5280b7d6e5816ddd3810a9026f9f2bf0118
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
fa19f5280b7d6e5816ddd3810a9026f9f2bf0118
SOURCES
node-stdout-nonblocking-wrapper
Blob
History
Raw
025a5f
#!/bin/sh
025a5f
#exec /usr/bin/node "$@" 2>&1 | cat -
025a5f
exec $MOZ_NODEJS "$@" 2>&1 | cat -