Skip to content

Instantly share code, notes, and snippets.

@vojto
Created October 30, 2012 18:09
Show Gist options
  • Save vojto/3981951 to your computer and use it in GitHub Desktop.
Save vojto/3981951 to your computer and use it in GitHub Desktop.
Script to refresh Chrome remote Chrome browser
tell application "Google Chrome"
reload of active tab of window 1
end tell
ssh vojto@brego "osascript ~/Documents/ReloadChrome.scpt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment