core-agent-linux/qubes-rpc/qrun-in-vm
2013-03-14 04:25:31 +01:00

5 lines
115 B
Bash
Executable File

#!/bin/sh
# pass aguments to the remote stdin, shovel back the remote output
echo "$@"
exec /bin/cat >&$SAVED_FD_1