Browse Source

Added pull-email-capture script

Samuel W. Flint 7 years ago
parent
commit
85c9aaee1c
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pull-email-capture

+ 7 - 0
pull-email-capture

@@ -0,0 +1,7 @@
+#!/bin/sh
+
+fetchmail
+
+cd ~/org
+git add email-capture.org
+git commit -m "Pulled Emails for Capture"