2023-09-21 18:37:25 -04:00

8 lines
116 B
Bash
Executable File

#!/usr/bin/env bash
CONFIG="$HOME/.config/mako/config"
if [[ ! $(pidof mako) ]]; then
mako --config ${CONFIG}
fi