aboutsummaryrefslogtreecommitdiff
path: root/bin/9
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-07 23:26:14 +0000
committerrsc <devnull@localhost>2005-01-07 23:26:14 +0000
commit5eead98e71ca5d7df5797fc04371848e6ae04f4f (patch)
treea56a1f02d408eeb2a3902c7fae497f1d585b0517 /bin/9
parent266f8e128c2f6577087d3ad07061a64db5ec490c (diff)
downloadplan9port-5eead98e71ca5d7df5797fc04371848e6ae04f4f.tar.gz
plan9port-5eead98e71ca5d7df5797fc04371848e6ae04f4f.tar.bz2
plan9port-5eead98e71ca5d7df5797fc04371848e6ae04f4f.zip
add 9
Diffstat (limited to 'bin/9')
-rwxr-xr-xbin/910
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/9 b/bin/9
new file mode 100755
index 00000000..ff1a928d
--- /dev/null
+++ 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