From 3c642ec5106a3a3cd40d5fa1f3bef8f8ea7a37aa Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 14 Jan 2015 22:42:45 -0800 Subject: [PATCH] add update-org command --- update-org | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 update-org 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; + -- 2.39.2