From 3ceef1af82f1d3265dda44be39166d8cc004a5b5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 11 May 2014 23:16:17 +0900 Subject: update doccheckin script to automatically check-in some Emacs and mutt files --- bin/doccheckin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/doccheckin') diff --git a/bin/doccheckin b/bin/doccheckin index 62491a33..6d3825d4 100755 --- a/bin/doccheckin +++ b/bin/doccheckin @@ -1,7 +1,7 @@ #!/bin/sh cd ~/doc/ -git add org/*.org playlists/*.m3u +git add org/*.org playlists/*.m3u emacs-abbrevs emacs-bookmarks mutt-aliases mutt-groups # this command should never fail and stop mr git commit -a -m "auto commit on $(hostname -s)" || true -- cgit v1.2.3