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