Files
Zacharias-Brohn 567faff34e test
2026-01-19 18:40:28 +01:00

10 lines
136 B
Bash
Executable File

#!/bin/zsh
for i in {1..1350}; do
ydotool mousemove --absolute -x 4320 -y 1120
sleep 3
ydotool click 0xC0
done
pkill java