3 lines
38 B
Bash
3 lines
38 B
Bash
#!/bin/sh
|
|
exec node "$@" 2>&1 | cat -
|
#!/bin/sh
|
|
exec node "$@" 2>&1 | cat -
|