scripts/custom_loot_loop.sh

7 lines
71 B
Bash
Raw Normal View History

2024-08-02 14:46:10 +02:00
#!/bin/sh
while true
do
xdotool key shift+space
sleep 110
done