Files

4 lines
98 B
AppleScript

on run(appName)
tell application "System Events" to (name of processes) contains appName
end run