reload_safari.sh @ 6bd31aa2672a

vim: yep, sure haven't committed in a while'
author Steve Losh <steve@stevelosh.com>
date Sun, 11 Jul 2010 01:35:46 -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