Files
dotfiles/bin/.bin/checkmail
2020-03-11 23:51:24 -04:00

8 lines
72 B
Bash
Executable File

#!/bin/sh
afew --m --new
mbsync -a
notmuch new
afew --tag --new
exit 0