Log In
rpms
/
firefox
Clone
Source Code
GIT
Source
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
09a3894d4fa3bf17bd20ff2048f04d5bb141dcdf
09a3894d4fa3bf17bd20ff2048f04d5bb141dcdf
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 -