scripts/custom_loot_loop.sh

7 lines
71 B
Bash

#!/bin/sh
while true
do
xdotool key shift+space
sleep 110
done