Created
February 23, 2021 20:55
Revisions
-
lexicalunit revised this gist
Feb 23, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,3 +3,4 @@ APP="zoom.us" OP="osascript -e 'tell application \"System Events\" to (name of processes) contains \"$APP\"'" test "$(eval "$OP")" = "true" -
lexicalunit created this gist
Feb 23, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ #!/bin/bash APP="zoom.us" OP="osascript -e 'tell application \"System Events\" to (name of processes) contains \"$APP\"'" test "$(eval "$OP")" = "true"