This website requires JavaScript.
Explore
Help
Register
Sign in
xfnw
/
plan9fox
Watch
1
Star
0
Fork
You've already forked plan9fox
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
f0facb2ed8
plan9fox
/
rc
/
bin
/
sysupdate
7 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
Add sysupdate(8), no man page yet.
2012-02-16 14:09:38 +00:00
#!/bin/rc
sysupdate: namespace side effects, show what files are getting updated
2012-03-03 17:06:40 +00:00
rfork n
cd /
if(! test -d .hg)
bind -ac /dist/plan9front /
sysupdate: do pull/update as a single command
2012-03-03 17:15:37 +00:00
hg incoming && hg -v pull -u
Reference in a new issue
Copy permalink