Skip to content

Instantly share code, notes, and snippets.

@andykais
Last active August 29, 2015 14:17
Show Gist options
  • Save andykais/b678fa864e25670de5ba to your computer and use it in GitHub Desktop.
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
#!/bin/bash
xdotool search --name firefox key --window %@ F5
@andykais
Copy link
Author

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

@seveibar
Copy link

This is awesome!!!!!!

Nice one!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment