Created
October 19, 2020 08:55
-
-
Save adriannier/240cc2a438926d34b091306963867771 to your computer and use it in GitHub Desktop.
This file contains 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
(* | |
Terminates the DeepL application and all associated background | |
processes until it is explicitly launched again | |
*) | |
tell application id "com.linguee.DeepLCopyTranslator" to quit | |
tell application id "com.linguee.DeepLLauncher" to quit | |
tell application id "com.linguee.DeepLStatusBar" to quit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment