tadd 9 - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 5eead98e71ca5d7df5797fc04371848e6ae04f4f
DIR parent 266f8e128c2f6577087d3ad07061a64db5ec490c
HTML Author: rsc <devnull@localhost>
Date: Fri, 7 Jan 2005 23:26:14 +0000
add 9
Diffstat:
A bin/9 | 10 ++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)
---
DIR diff --git a/bin/9 b/bin/9
t@@ -0,0 +1,10 @@
+#!/bin/sh
+
+export PLAN9=/usr/local/plan9
+export PATH=$PLAN9/bin:$PATH
+
+case $# in
+[1-9]*)
+ exec "$@"
+ ;;
+esac