ref: 98e1f3efd944dc8b9b942c871fde344e52aee80c
dir: /bin/vmx9/
#!/bin/rc
rfork n
r=10370
d=/tmp/9front-$r.amd64.qcow2
if(! test -f $d){
echo $d not found >[1=2]
exit nope
}
disk/qcowfs $d || exit
vmx \
-M 1g \
-n ether0 \
-d /mnt/qcow/data \
-v 800x600 \
/amd64/9pc64 \
'user=glenda mouseport=ps2'
echo quit >'#X'/0/ctl