dotfiles/.scripts/mail.sh

4 lines
84 B
Bash
Raw Normal View History

2016-12-16 21:06:16 +00:00
#!/bin/sh
NEWEMAILS=$(ls $HOME/mail/**/archive/new | wc -l)
echo "Mail: $NEWEMAILS"