Skip to content

Instantly share code, notes, and snippets.

@FruitieX
Created January 19, 2015 11:51
Show Gist options
  • Save FruitieX/b1c78d8661f2f5845454 to your computer and use it in GitHub Desktop.
Save FruitieX/b1c78d8661f2f5845454 to your computer and use it in GitHub Desktop.
while true; do
# select project namespace
xdotool mousemove --sync 652 382
xdotool click 1
sleep 3
# go to settings
xdotool mousemove --sync 777 132
xdotool click 1
sleep 3
# go to projects
xdotool mousemove --sync 57 230
xdotool click 1
sleep 1
# delete project
xdotool mousemove --sync 812 230
xdotool click 1
sleep 1
# click ok
xdotool mousemove --sync 564 219
xdotool click 1
sleep 5
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment