forked from ahurac/dotfiles
8 lines
213 B
Text
8 lines
213 B
Text
|
#!/bin/sh -x
|
||
|
exec windows \
|
||
|
-vga qxl \
|
||
|
-spice port=5900,addr=127.0.0.1,disable-ticketing=on \
|
||
|
-chardev spicevmc,id=vdagent,name=vdagent \
|
||
|
-device virtserialport,chardev=vdagent,name=com.redhat.spice.0 \
|
||
|
"$@"
|