qrun-in-vm 115 B

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