scripts/custom_loot_loop.sh

7 lines
67 B
Bash

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