]> git.donarmstrong.com Git - bin.git/commitdiff
add update_mobile_org
authorDon Armstrong <don@donarmstrong.com>
Sat, 22 Dec 2012 00:10:38 +0000 (16:10 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 22 Dec 2012 00:10:38 +0000 (16:10 -0800)
update_mobile_org [new file with mode: 0755]

diff --git a/update_mobile_org b/update_mobile_org
new file mode 100755 (executable)
index 0000000..8c24901
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+TMPDIR=~/tmp
+export TMPDIR
+. ~/.ssh/ssh_agent_info_$(hostname)
+emacs --batch -l ~/.emacs -f 'org-mobile-push' -f 'org-mobile-pull'