Added custom loot loop.
This commit is contained in:
parent
3902369bbd
commit
cec4293300
7
custom_loot_loop.sh
Normal file
7
custom_loot_loop.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
while true
|
||||||
|
do
|
||||||
|
xdotool key shift+space
|
||||||
|
sleep 110
|
||||||
|
done
|
||||||
Loading…
Reference in a new issue