mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
14 lines
202 B
Text
14 lines
202 B
Text
|
#!/bin/sh
|
||
|
|
||
|
PLAN9=`pwd` export PLAN9
|
||
|
PATH=$PLAN9/bin:$PATH export PATH
|
||
|
|
||
|
cd src
|
||
|
make
|
||
|
mk clean
|
||
|
mk install
|
||
|
|
||
|
echo "Set PLAN9=$PLAN9 in your profile environment."
|
||
|
echo 'Add $PLAN9/bin to your profile PATH.'
|
||
|
|