plan9fox/rc/bin/sysupdate

17 lines
209 B
Plaintext
Raw Normal View History

2012-02-16 14:09:38 +00:00
#!/bin/rc
rfork n
cd /
if(! test -d .hg)
bind -ac /dist/plan9front /
2012-05-26 19:50:10 +00:00
while(! ~ $#* 0){
switch($1){
case -i
hg incoming
case *
echo usage: sysupdate '[-i]' >[1=2]
2012-05-26 19:50:10 +00:00
exit usage
}
shift
}
hg -v pull -u