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