quiet maildir commits
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
This commit is contained in:
parent
eff86832c5
commit
1b109de1f4
3 changed files with 9 additions and 0 deletions
6
maildircommit
Executable file
6
maildircommit
Executable file
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
cd ~/Maildir
|
||||
git add .
|
||||
git commit -a -m "Update $(date +%F-%H:%M)" --quiet
|
||||
Loading…
Add table
Add a link
Reference in a new issue