Log In
rpms
/
firefox
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
b41e6b9e16f37394746bdac79fcf63a7e5a9e5e6
b41e6b9e16f37394746bdac79fcf63a7e5a9e5e6
SOURCES
node-stdout-nonblocking-wrapper
Fork and Edit
Blob
Blame
History
Raw
#!/bin/sh #exec /usr/bin/node "$@" 2>&1 | cat - exec $MOZ_NODEJS "$@" 2>&1 | cat -