scripts/custom_loot_loop.sh

7 lines
67 B
Bash

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