Last active
August 29, 2015 14:17
-
-
Save andykais/b678fa864e25670de5ba to your computer and use it in GitHub Desktop.
I use with run on change to auto update a web app in the current directory
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 | |
xdotool search --name firefox key --window %@ F5 |
This is awesome!!!!!!
Nice one!!!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
side note: firefox can be replaced with your favorite web browser
If you're a noob don't sweat it, heres what you need to know:
http://bit.ly/1HSSnA5
then use with my roc shell script!
https://gist.github.com/AndrewKaiser/b38a5fa330a00ce1ff92