reload_safari.sh @ 65c514961585

hg: add crecord
author Steve Losh <steve@stevelosh.com>
date Sun, 20 Jun 2010 14:09:32 -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