#! /bin/sh # # Compile and install the TIGCC environment registrator # echo Installing tigcc environment registrator... cd ../sources/envreg/src/ make -e cp envreg $TIGCC/bin make clean echo Done.