git: plan9front

Download patch

ref: 5e6145b47e69c025f33efa7efbbc932e68d164e8
parent: 86d5243b67fa419ba0b6883c78464b4cc2137287
author: glenda <glenda@t9f>
date: Thu Feb 16 06:09:38 EST 2012

Add sysupdate(8), no man page yet.

--- /dev/null
+++ b/rc/bin/sysupdate
@@ -1,0 +1,4 @@
+#!/bin/rc
+
+bind -ac /dist/plan9front /
+hg pull && hg update
--