From 5e6145b47e69c025f33efa7efbbc932e68d164e8 Mon Sep 17 00:00:00 2001 From: glenda Date: Thu, 16 Feb 2012 11:09:38 -0300 Subject: [PATCH] Add sysupdate(8), no man page yet. --- rc/bin/sysupdate | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 rc/bin/sysupdate diff --git a/rc/bin/sysupdate b/rc/bin/sysupdate new file mode 100755 index 000000000..6d01ed0cc --- /dev/null +++ b/rc/bin/sysupdate @@ -0,0 +1,4 @@ +#!/bin/rc + +bind -ac /dist/plan9front / +hg pull && hg update