summaryrefslogtreecommitdiff
path: root/bin/doccheckin
diff options
context:
space:
mode:
authorSean Whitton <spw+git@sdf.org>2014-05-05 08:12:56 +0000
committerSean Whitton <spw+git@sdf.org>2014-05-05 08:12:56 +0000
commit192d9be63efef2f68adcd29f57023c8710c07bd6 (patch)
tree5b7265334044e8d9e522d7bcc99d853eb1a0cd3a /bin/doccheckin
parentc8d583f71ef4f1d87c97a14ba399816a76ec90d1 (diff)
downloaddotfiles-192d9be63efef2f68adcd29f57023c8710c07bd6.tar.gz
Transfer (cleaned-up) ~/bin to dotfiles repository
Diffstat (limited to 'bin/doccheckin')
-rwxr-xr-xbin/doccheckin7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/doccheckin b/bin/doccheckin
new file mode 100755
index 00000000..62491a33
--- /dev/null
+++ b/bin/doccheckin
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+cd ~/doc/
+git add org/*.org playlists/*.m3u
+
+# this command should never fail and stop mr
+git commit -a -m "auto commit on $(hostname -s)" || true