Skip to content

Instantly share code, notes, and snippets.

@adriannier
Created October 19, 2020 08:55
Show Gist options
  • Save adriannier/240cc2a438926d34b091306963867771 to your computer and use it in GitHub Desktop.
Save adriannier/240cc2a438926d34b091306963867771 to your computer and use it in GitHub Desktop.
(*
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