Skip to content

Instantly share code, notes, and snippets.

@lexicalunit
Last active February 23, 2021 21:15

Revisions

  1. lexicalunit revised this gist Feb 23, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions google_meet_is_running
    Original file line number Diff line number Diff line change
    @@ -2,3 +2,4 @@

    # See https://gist.github.com/lexicalunit/db01dbb0c1c1dc81f54cf31a825d0920 for firefox-tabs.
    firefox-tabs | grep -q "meet.google.com"

  2. lexicalunit revised this gist Feb 23, 2021. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions google_meet_is_running
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,4 @@
    #!/usr/bin/bash

    # See https://gist.github.com/lexicalunit/db01dbb0c1c1dc81f54cf31a825d0920 for firefox-tabs.
    firefox-tabs | grep -q "meet.google.com"
  3. lexicalunit created this gist Feb 23, 2021.
    2 changes: 2 additions & 0 deletions google_meet_is_running
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # See https://gist.github.com/lexicalunit/db01dbb0c1c1dc81f54cf31a825d0920 for firefox-tabs.
    firefox-tabs | grep -q "meet.google.com"