ref: 48c5cf1f11fb6b8b620e5ed9269a528b5f6633f4
dir: /rc/bin/sysupdate/
#!/bin/rc
rfork n
cd /
if(! test -d .hg)
bind -ac /dist/plan9front /
while(! ~ $#* 0){
switch($1){
case -i
hg incoming
case *
echo usage: sysupdate '[-i]' >[1=2]
exit usage
}
shift
}
hg -v pull -u