diff options
-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 |
index : plan9port.git | |
This is a port of many Plan 9 libraries and programs to Unix. [forked] | nobody |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/9 | 10 |
@@ -0,0 +1,10 @@ +#!/bin/sh + +export PLAN9=/usr/local/plan9 +export PATH=$PLAN9/bin:$PATH + +case $# in +[1-9]*) + exec "$@" + ;; +esac |