Skip to content

Instantly share code, notes, and snippets.

@aalemayhu
Created April 29, 2015 11:36
Show Gist options
  • Save aalemayhu/abc337a76d76f8e08aaa to your computer and use it in GitHub Desktop.
Save aalemayhu/abc337a76d76f8e08aaa to your computer and use it in GitHub Desktop.
script my mouse
#!/bin/sh
# http://tuxradar.com/content/xdotool-script-your-mouse
xdotool mousemove 2470 220
xdotool click 1
sleep 30
xdotool mousemove 2555 427
xdotool click 1
sleep 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment