From: Don Armstrong Date: Thu, 15 Jan 2015 06:42:45 +0000 (-0800) Subject: add update-org command X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=3c642ec5106a3a3cd40d5fa1f3bef8f8ea7a37aa;p=bin.git add update-org command --- diff --git a/update-org b/update-org new file mode 100755 index 0000000..ba3e7e0 --- /dev/null +++ b/update-org @@ -0,0 +1,12 @@ +#!/bin/sh + +if [ "x$1" = "xical" ]; then + update_org_ical; +elif [ "x$1" = "xmobile" ]; then + update_mobile_org; +elif [ "x$1" = "xstatus" ]; then + mr -d ~ status|grep org; +else + update_org_files; +fi; +