diff options
author | glenda <glenda@t9f> | 2012-02-16 11:09:38 -0300 |
---|---|---|
committer | glenda <glenda@t9f> | 2012-02-16 11:09:38 -0300 |
commit | 5e6145b47e69c025f33efa7efbbc932e68d164e8 (patch) | |
tree | 36a376accf8e69378cff5d396ba090288d3a1592 | |
parent | 86d5243b67fa419ba0b6883c78464b4cc2137287 (diff) | |
download | plan9front-5e6145b47e69c025f33efa7efbbc932e68d164e8.tar.xz |
Add sysupdate(8), no man page yet.
-rwxr-xr-x | rc/bin/sysupdate | 4 |
1 files changed, 4 insertions, 0 deletions
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 |