dotfiles/qemu/bin/redox-spice

5 lines
98 B
Text
Raw Normal View History

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