7 lines
234 B
Bash
Executable file
7 lines
234 B
Bash
Executable file
#!/bin/sh -x
|
|
exec windows \
|
|
-vga qxl \
|
|
-spice port="$(first-free-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 \
|
|
"$@"
|