#!/bin/zsh cd $(dirname $0) pgrep TempDisk || screen -dmS tempdisk -- ./TempDisk-darwin-arm64/TempDisk.app/Contents/MacOS/TempDisk pgrep TempDisk && echo "Another instance is already running, aborting."