Less sleep between looting.

This commit is contained in:
Filip Strajnar 2024-08-02 14:59:12 +02:00
parent cec4293300
commit 05fa83731c

View file

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