]> git.donarmstrong.com Git - bin.git/blob - update-org
add reset usb bus command
[bin.git] / update-org
1 #!/bin/sh
2
3 if [ "x$1" = "xical" ]; then
4     update_org_ical;
5 elif [ "x$1" = "xmobile" ]; then
6     update_mobile_org;
7 elif [ "x$1" = "xstatus" ]; then
8     mr -d ~ status|grep org;
9 else
10     update_org_files;
11 fi;
12