aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx2
1 files changed, 2 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index ad17336..36a84e2 100755
--- a/kvmx
+++ b/kvmx
@@ -33,6 +33,8 @@ if [ "$ACTION" == "up" ]; then
# Run spice client
spicec --host localhost --port $PORT &
+ #spicy -h localhost -p $PORT
+ #remote-viewer spice://localhost:$PORT
# Give time to boot
sleep 5