This commit is contained in:
s
2026-04-17 19:57:29 +02:00
parent a1509782e1
commit a1d288f5ec
39 changed files with 1447 additions and 0 deletions

5
.local/bin/saoScrip_sync Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
while true; do
rsync -a ~/Documents/SAOMinecraft_Free/ ~/.config/'.Triggers Client'/instances/'Sword Art Online'/
sleep 0.5
done