aboutsummaryrefslogtreecommitdiff
path: root/start.sh
blob: d3ef18a793ce9df1f091b27caec44dc030e390b8 (plain)
1
2
3
4
5
#!/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."