New snapshot script for Timeshift

This commit is contained in:
Stephan Raabe
2023-02-20 12:42:39 +01:00
parent 69d320a933
commit 4f35c9426f
5 changed files with 23 additions and 15 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
virsh --connect qemu:///system start win11
echo "Waiting 30 sec for Windows 11 startup..."
sleep 30
echo "Starting xfreerdp now..."
xfreerdp /v:192.168.122.42 /size:100% /d: /p:sancho /dynamic-resolution &
exit