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