1
0
Fork 0
forked from ahurac/dotfiles
ahuarc-dotfiles/qemu/bin/redox-spice

5 lines
118 B
Text
Raw Normal View History

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