firefox/SOURCES/node-stdout-nonblocking-wrapper

3 lines
38 B
Plaintext
Raw Normal View History

2022-05-17 08:38:37 +00:00
#!/bin/sh
2022-09-26 13:36:29 +00:00
exec node "$@" 2>&1 | cat -