Plan 9 from Bell Labs’s /usr/web/sources/contrib/yk/lab/_git9front/ns.rc

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#!/bin/rc

@{
	cd /usr/glenda/src/git9front/
	
	aux/stub -d /sys/lib/git
	aux/stub /sys/lib/git/common.rc
	bind common.rc /sys/lib/git/common.rc
	
	aux/stub -d /bin/git
	bind . /bin/git
	
	aux/stub /bin/walk
	for(i in rc awk walk)
		bind 5.$i /bin/$i
	
	bind 5.getflags /bin/aux/getflags
	
	for(i in conf fs get log query repack save send serve walk) {
		aux/stub /bin/git/$i
		bind 5.$i /bin/git/$i
	}
}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.