Blob


1 #!/bin/sh
3 PLAN9=`pwd` export PLAN9
4 PATH=$PLAN9/bin:$PATH export PATH
6 cd src
7 make
8 mk clean
9 mk install
11 echo "Set PLAN9=$PLAN9 in your profile environment."
12 echo 'Add $PLAN9/bin to your PATH.'