reload_safari.sh @ ebf268c8af02

vim: fix a few html-related things
author Steve Losh <steve@stevelosh.com>
date Mon, 06 Dec 2010 13:05:36 -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