mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
6 lines
180 B
Bash
Executable File
6 lines
180 B
Bash
Executable File
#!/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')
|