scripts/custom_loot_loop.sh
2024-08-02 16:28:24 +02:00

7 lines
79 B
Bash

#!/bin/sh
while :
do
xdotool keyup Shift key Shift+space
sleep 50
done