Created
May 8, 2023 06:15
-
-
Save yuya-maemichi-synspective/123ffdf52e13df5faf1ec9ad46c419ff to your computer and use it in GitHub Desktop.
Apple OSA scripts e.g. AppleScripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/osascript | |
tell application "Google Chrome" | |
open location "chrome://restart" | |
end tell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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