6 lines
99 B
Bash
Executable file
6 lines
99 B
Bash
Executable file
#!/bin/rc
|
|
rfork n
|
|
cd /
|
|
if(! test -d .hg)
|
|
bind -ac /dist/plan9front /
|
|
hg incoming && hg -v pull -u
|