commit | 5eead98e71ca5d7df5797fc04371848e6ae04f4f | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Fri Jan 07 23:26:14 2005 +0000 |
committer | rsc <devnull@localhost> | Fri Jan 07 23:26:14 2005 +0000 |
tree | a56a1f02d408eeb2a3902c7fae497f1d585b0517 | |
parent | 266f8e128c2f6577087d3ad07061a64db5ec490c [diff] [blame] |
add 9
diff --git a/bin/9 b/bin/9 new file mode 100755 index 0000000..ff1a928 --- /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