reload_safari.sh @ 39e5e5925483

Add "fish_history" to .hgignore.
author Steve Losh <steve@stevelosh.com>
date Wed, 12 Jan 2011 23:15:44 -0500
parents eef01ecd1235
children (none)
#!/usr/bin/env bash

sleep 1
echo "reloading..."

osascript  &>/dev/null <<EOF
tell application "Safari"
	do JavaScript "window.location.reload()" in front document
end tell
EOF