summaryrefslogtreecommitdiff
path: root/rc/bin/sysupdate
blob: 4cf9e63e200991b629dcd7013500411542c53f1b (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/rc

rfork en

cd /
if(! test -d .git)
	bind -ac /dist/plan9front /
if(! ~ `{git/branch} heads/front)
	>[1=2] echo sysupdate: must be on "front" branch to pull
if not
	git/pull -u gits://git.9front.org/plan9front/plan9front