Last active
December 21, 2021 21:49
-
-
Save kyleawayan/6f2177ee83d0c66a3f87ef450aadbb18 to your computer and use it in GitHub Desktop.
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
tell application "UA Mixer Engine" | |
if it is running then | |
quit | |
else | |
launch | |
end if | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
👍 could not figure out how to quit this thing w/o using activity monitor — thanks!