Rename bin scripts

This commit is contained in:
Colin Powell
2020-03-11 23:51:24 -04:00
parent 257ca184c2
commit 7bf19cb825
4 changed files with 0 additions and 28 deletions

7
bin/.bin/checkmail Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
afew --m --new
mbsync -a
notmuch new
afew --tag --new
exit 0