reload_safari.sh @ 8cf5181b272e

mercurial: histedit changed its install path. again.
author Steve Losh <steve@stevelosh.com>
date Thu, 23 Dec 2010 11:07:16 -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