2012-02-16 14:09:38 +00:00
|
|
|
#!/bin/rc
|
2021-06-06 17:44:10 +00:00
|
|
|
|
2015-06-06 22:11:47 +00:00
|
|
|
rfork en
|
2021-06-06 17:44:10 +00:00
|
|
|
|
|
|
|
cd /
|
|
|
|
if(! test -d .git)
|
|
|
|
bind -ac /dist/plan9front /
|
2022-07-11 20:38:42 +00:00
|
|
|
git/pull -u https://git.sr.ht/~xfnw/plan9fox
|