#!/bin/sh
export PLAN9=${PLAN9:-/usr/local/plan9}
case "$PATH" in
$PLAN9/bin:*)
;;
*)
export PATH=$PLAN9/bin:$PATH
esac
case $# in
[1-9]*)
exec "$@"