firefox/node-stdout-nonblocking-wrapper

3 lines
47 B
Plaintext
Raw Normal View History

2020-08-21 17:30:26 +08:00
#!/bin/sh
exec /usr/bin/node "$@" 2>&1 | cat -