blob: 04a942afda369b5b7a9e47d31a90146849bdeb75 [file] [log] [blame]
rsc5eead982005-01-07 23:26:14 +00001#!/bin/sh
2
rsc0dc99502005-01-14 18:21:12 +00003PLAN9=${PLAN9:-/usr/local/plan9}
4export PLAN9
5
rsc3a9ee632005-01-14 05:42:53 +00006case "$PATH" in
7$PLAN9/bin:*)
8 ;;
9*)
rsc0dc99502005-01-14 18:21:12 +000010 PATH=$PLAN9/bin:$PATH
11 export PATH
rsc3a9ee632005-01-14 05:42:53 +000012 ;;
13esac
rsc5eead982005-01-07 23:26:14 +000014
15case $# in
16[1-9]*)
17 exec "$@"
18 ;;
19esac