Created
October 3, 2017 16:56
-
-
Save kamikat/71d58889b7c1c3ba706450208977a750 to your computer and use it in GitHub Desktop.
AppleScript to restart Telegram Desktop.app
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
if application "Telegram Desktop" is running then | |
tell application "Telegram Desktop" | |
quit | |
end tell | |
delay 3 | |
tell application "Telegram Desktop" | |
launch | |
end tell | |
end if |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
line 10: syntax error: unexpected end of file 喵