#!/bin/sh # # Install the TI-68k Developer Utilities # echo GCC4TI script: Compiling and installing the TI-68k Developer Utilities... cd ../sources/tools/ ./buildall mv bin/* $TIGCC/bin echo Done.