From: Don Armstrong Date: Sat, 22 Dec 2012 00:10:38 +0000 (-0800) Subject: add update_mobile_org X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=48cb4ff960ba4b49ce03559cbd55de13d3fa7e33;p=bin.git add update_mobile_org --- diff --git a/update_mobile_org b/update_mobile_org new file mode 100755 index 0000000..8c24901 --- /dev/null +++ b/update_mobile_org @@ -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'