Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yuya-maemichi-synspective/123ffdf52e13df5faf1ec9ad46c419ff to your computer and use it in GitHub Desktop.
Save yuya-maemichi-synspective/123ffdf52e13df5faf1ec9ad46c419ff to your computer and use it in GitHub Desktop.
Apple OSA scripts e.g. AppleScripts
#!/usr/bin/osascript
tell application "Google Chrome"
open location "chrome://restart"
end tell
osascript -e 'tell application "Google Chrome" to open location "chrome://restart"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment