reload_safari.sh @ 67946af79b72

vim: save when losing focus
author Steve Losh <steve@stevelosh.com>
date Fri, 17 Sep 2010 11:02:02 -0400
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