Dropped Safari refresh script

Not using Safari these days and most of my dev is in Meteorjs which doesn't need such wizardry to be productive
This commit is contained in:
Josh Sherman 2015-01-19 22:26:14 -05:00
parent 700968c1a3
commit 24936092ce

View file

@ -1,6 +0,0 @@
#!/bin/bash
osascript -e 'tell application "Safari"' \
-e 'activate' \
-e 'do javascript "window.location.reload();" in first document' \
-e 'end tell' > /dev/null
osascript -e 'tell application "iTerm" to activate' > /dev/null