268ae0028c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/firefox#c8daf71be4963daab37d810024e0a6e7f04cf2dd
3 lines
47 B
Bash
Executable File
3 lines
47 B
Bash
Executable File
#!/bin/sh
|
|
exec /usr/bin/node "$@" 2>&1 | cat -
|