Skip to content

Instantly share code, notes, and snippets.

@lexicalunit
Last active February 23, 2021 21:15
Show Gist options
  • Save lexicalunit/bddfaa2492a0817853a48eadddc063ad to your computer and use it in GitHub Desktop.
Save lexicalunit/bddfaa2492a0817853a48eadddc063ad to your computer and use it in GitHub Desktop.
Detect if Firefox is running meet.google.com on macOS.
#!/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