reload_safari.sh @ edd3e758a0c8

vim: ignore html and python for syntastic
author Steve Losh <steve@stevelosh.com>
date Fri, 10 Dec 2010 09:42:00 -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