diff options
author | rsc <devnull@localhost> | 2005-01-07 23:26:14 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-07 23:26:14 +0000 |
commit | 5eead98e71ca5d7df5797fc04371848e6ae04f4f (patch) | |
tree | a56a1f02d408eeb2a3902c7fae497f1d585b0517 | |
parent | 266f8e128c2f6577087d3ad07061a64db5ec490c (diff) | |
download | plan9port-5eead98e71ca5d7df5797fc04371848e6ae04f4f.tar.gz plan9port-5eead98e71ca5d7df5797fc04371848e6ae04f4f.tar.bz2 plan9port-5eead98e71ca5d7df5797fc04371848e6ae04f4f.zip |
add 9
-rwxr-xr-x | bin/9 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +#!/bin/sh + +export PLAN9=/usr/local/plan9 +export PATH=$PLAN9/bin:$PATH + +case $# in +[1-9]*) + exec "$@" + ;; +esac |