Created
          August 7, 2012 20:20 
        
      - 
      
 - 
        
Save xeBuz/3288994 to your computer and use it in GitHub Desktop.  
    Script que corre por vos en el Doodle de Google 
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #!/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