Created
October 10, 2016 16:12
-
-
Save jsamr/c75afb3e4f6f007e18709bbe4606ef93 to your computer and use it in GitHub Desktop.
KVM + SPice Windows VM client script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Need to install remote-viewer | |
remote-viewer -f -t "windows 10" spice://localhost:5900 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment