Skip to content

Instantly share code, notes, and snippets.

@alirezaahani
Created June 29, 2020 08:55
Show Gist options
  • Save alirezaahani/426ba592b6eb67ceface606b15f5eb0a to your computer and use it in GitHub Desktop.
Save alirezaahani/426ba592b6eb67ceface606b15f5eb0a to your computer and use it in GitHub Desktop.
Bash autoclicker
while [ 1 ]
do
xdotool click 1
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment