8 lines
119 B
Bash
Executable file
8 lines
119 B
Bash
Executable file
#!/bin/rc
|
|
|
|
rfork en
|
|
|
|
cd /
|
|
if(! test -d .git)
|
|
bind -ac /dist/plan9front /
|
|
git/pull -u https://git.sr.ht/~xfnw/plan9fox
|