Last active
February 23, 2021 21:15
-
-
Save lexicalunit/bddfaa2492a0817853a48eadddc063ad to your computer and use it in GitHub Desktop.
Detect if Firefox is running meet.google.com on macOS.
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
#!/usr/bin/bash | |
# See https://gist.github.com/lexicalunit/db01dbb0c1c1dc81f54cf31a825d0920 for firefox-tabs. | |
firefox-tabs | grep -q "meet.google.com" | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment