#!/bin/bash APP="zoom.us" OP="osascript -e 'tell application \"System Events\" to (name of processes) contains \"$APP\"'" test "$(eval "$OP")" = "true"