9f825d7cfa
We have the same content everywhere. Related: RHEL-24328
3 lines
38 B
Bash
Executable File
3 lines
38 B
Bash
Executable File
#!/bin/sh
|
|
exec node "$@" 2>&1 | cat -
|