mirror of
https://github.com/andersrh/copr-andersrh.git
synced 2026-05-21 15:58:03 +00:00
2 lines
47 B
Text
2 lines
47 B
Text
|
|
#!/bin/sh
|
||
|
|
exec /usr/bin/node "$@" 2>&1 | cat -
|