diff options
author | Kurt H Maier <khm@intma.in> | 2012-03-02 16:59:17 -0500 |
---|---|---|
committer | Kurt H Maier <khm@intma.in> | 2012-03-02 16:59:17 -0500 |
commit | e3e394b4d60c3ce5b1db89b0d9dbcf009de198e9 (patch) | |
tree | 369be1d91c2da83e10378f00200c505a109f0957 /rc/bin/sysupdate | |
parent | 12f83bb51c8234c4681eed08f91a0a830db1af5f (diff) | |
download | plan9front-e3e394b4d60c3ce5b1db89b0d9dbcf009de198e9.tar.xz |
verbosity
Diffstat (limited to 'rc/bin/sysupdate')
-rwxr-xr-x | rc/bin/sysupdate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc/bin/sysupdate b/rc/bin/sysupdate index 6d01ed0cc..0f2648ef9 100755 --- a/rc/bin/sysupdate +++ b/rc/bin/sysupdate @@ -1,4 +1,5 @@ #!/bin/rc bind -ac /dist/plan9front / +hg incoming hg pull && hg update |