reload_safari.sh @ 1fd30a15f4fa

mutt: kill offlineimap, dammit
author Steve Losh <steve@stevelosh.com>
date Wed, 03 Nov 2010 09:06:42 -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