Files
dotfiles/bin/.bin/checkmail.sh
2020-02-17 23:04:42 -05:00

8 lines
72 B
Bash
Executable File

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