Add win10 virt script
This commit is contained in:
parent
58cbf4c218
commit
9e2d1e49d6
1 changed files with 9 additions and 0 deletions
9
dot_local/bin/executable_start-win10.sh
Normal file
9
dot_local/bin/executable_start-win10.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
domstate=$(virsh --connect=qemu:///system domstate "Windows10")
|
||||
|
||||
if ! grep -q "$domstate" running; then
|
||||
virsh --connect=qemu:///system start "Windows10"
|
||||
fi
|
||||
|
||||
looking-glass-client win:title="Windows 10"
|
Loading…
Add table
Reference in a new issue