Added custom loot loop.

This commit is contained in:
Filip Strajnar 2024-08-02 14:46:10 +02:00
parent 3902369bbd
commit cec4293300

7
custom_loot_loop.sh Normal file
View file

@ -0,0 +1,7 @@
#!/bin/sh
while true
do
xdotool key shift+space
sleep 110
done