#!/bin/sh

if [ -f "$HOME/.recordingpid" ]; then
    printf "rec ⏺"
    exit
fi

printf ""