commit 5eead98e71ca5d7df5797fc04371848e6ae04f4f parent 266f8e128c2f6577087d3ad07061a64db5ec490c 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(-)
diff --git a/bin/9 b/bin/9 @@ -0,0 +1,10 @@ +#!/bin/sh + +export PLAN9=/usr/local/plan9 +export PATH=$PLAN9/bin:$PATH + +case $# in +[1-9]*) + exec "$@" + ;; +esac