Dotfiles/bin/.bin/emails/mutt
2019-07-30 14:06:10 +01:00

9 lines
162 B
Bash
Executable file

#!/usr/bin/env sh
#Start proton mail bridge if not running
if [ ! $(pgrep -f protonmail-br) ]; then
setsid protonmail-bridge --no-window &
sleep 5
fi
neomutt