Skip to content

Instantly share code, notes, and snippets.

@kmcnellis
Created March 14, 2015 05:10
Show Gist options
  • Save kmcnellis/bd72a15a3a01559be2ca to your computer and use it in GitHub Desktop.
Save kmcnellis/bd72a15a3a01559be2ca to your computer and use it in GitHub Desktop.
Reload Page in Safari or Chrome for mac
#Google Chrome on Mac
#osascript -e 'tell application "Google Chrome" to tell the active tab of its first window to reload'
#Safari
osascript -e 'tell application "Safari" to set docUrl to URL of document 1
tell application "Safari" to set URL of document 1 to docUrl'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment