Skip to content

Instantly share code, notes, and snippets.

@xeBuz
Created August 7, 2012 20:20
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 xeBuz/3288994 to your computer and use it in GitHub Desktop.
Save xeBuz/3288994 to your computer and use it in GitHub Desktop.
Script que corre por vos en el Doodle de Google
#!/bin/bash
# https://www.google.com/doodles/hurdles-2012
for i in `seq 1 600`;
do
xdotool search "Mozilla Firefox" windowactivate --sync key Left
xdotool search "Mozilla Firefox" windowactivate --sync key Right
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment