reload_safari.sh @ 8540a1e71ccb

vim: I cannot type
author Steve Losh <steve@stevelosh.com>
date Wed, 09 Feb 2011 10:57:24 -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