e1cc6a9a0f
we just need git/pull now
8 lines
130 B
Bash
Executable file
8 lines
130 B
Bash
Executable file
#!/bin/rc
|
|
|
|
rfork en
|
|
|
|
cd /
|
|
if(! test -d .git)
|
|
bind -ac /dist/plan9front /
|
|
git/pull -u gits://git.9front.org/plan9front/plan9front
|