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