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