dotfiles/.scripts/mail.sh
2016-12-16 13:06:16 -08:00

4 lines
84 B
Bash
Executable file

#!/bin/sh
NEWEMAILS=$(ls $HOME/mail/**/archive/new | wc -l)
echo "Mail: $NEWEMAILS"