#!/bin/sh
PLAN9=@l_prefix@/libexec/plan9; export PLAN9
PATH=$PLAN9/bin:/bin:/usr/bin:$PATH; export PATH
cmd="$1"; shift
$PLAN9/bin/$cmd ${1+"$@"}