Skip to content

Instantly share code, notes, and snippets.

@stahnma
Created June 11, 2020 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stahnma/f9861a2011a84cc200d8e073e8d46d00 to your computer and use it in GitHub Desktop.
Save stahnma/f9861a2011a84cc200d8e073e8d46d00 to your computer and use it in GitHub Desktop.
#!/bin/bash
osascript -e 'tell application "System Events" to tell process "zoom.us"' \
-e 'set frontmost to true' \
-e 'if windows is not {} then perform action "AXRaise" of item 1 of windows' \
-e 'end tell'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment