nsbin/maildircommit

7 lines
93 B
Plaintext
Raw Permalink Normal View History

#!/bin/sh
set -e
cd ~/Maildir
git add .
git commit -a -m "Update $(date +%F-%H:%M)" --quiet