You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 lines
146 B

#!/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+"$@"}