reload_safari.sh @ a6f7338ed542

hg: add the cbsl scheme
author Steve Losh <steve@dwaiter.com>
date Thu, 05 Aug 2010 11:15:51 -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