dotfiles/qemu/bin/linux-spice

5 lines
98 B
Text
Raw Normal View History

#!/bin/sh -ex
exec linux \
-vga qxl -spice port=5900,addr=127.0.0.1,disable-ticketing=on \
"$@"