mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Add scripts for starting Windows 10 VM
This commit is contained in:
5
scripts/steamvm
Executable file
5
scripts/steamvm
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo virsh start Windows-10
|
||||
|
||||
pidof synergyc &>/dev/null ; (synergyc --no-tray --debug INFO --name frebib-PC 10.0.4.2:24800 &>/dev/null && echo 'Synergy client started')
|
Reference in New Issue
Block a user