Skip to content

Instantly share code, notes, and snippets.

@mperlet
Created January 27, 2015 12:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mperlet/30a7c67e9847c16e5fb4 to your computer and use it in GitHub Desktop.
Save mperlet/30a7c67e9847c16e5fb4 to your computer and use it in GitHub Desktop.
fire key "r", every 3sec (random 9gag page)
while :
do
xdotool key "r"
sleep 3
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment