reload_safari.sh @ e1718f4616f0

vim: fix the damn cursor line
author Steve Losh <steve@stevelosh.com>
date Tue, 09 Nov 2010 12:09:48 -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