reload_safari.sh @ 973ac2e2f6be

vim: add the gundo mapping
author Steve Losh <steve@stevelosh.com>
date Tue, 19 Oct 2010 17:07:14 -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