It is build upon qrexec2, qubes.VMShell command. So, in order to e.g. start firefox in a fresh dispVM, do qvm-run '$dispvm' firefox http://www.qubes-os.org
4 行
81 B
Bash
可执行文件
4 行
81 B
Bash
可执行文件
#!/bin/sh
|
|
# just ignore the cmdline argument (the remote vm name)
|
|
exec /bin/bash
|