-- Retrieves currently running applications
--
-- tags: postmortem often
-- platform: darwin
SELECT
*
FROM
running_apps;