Sign in
plan9port
/
plan9
/
3a9ee6351914b85db336d51b0e450f954d37d7a6
/
.
/
bin
/
9
blob: 33b0d89cd0936db4637753f2f37b4e8cb5eb5ed4 [
file
] [
log
] [
blame
]
#!/bin/sh
export PLAN9
=
$
{
PLAN9
:-/
usr
/
local
/
plan9
}
case
"$PATH"
in
$PLAN9
/
bin
:*)
;;
*)
export PATH
=
$PLAN9
/
bin
:
$PATH
;;
esac
case
$
# in
[
1
-
9
]*)
exec
"$@"
;;
esac