Install_step_4 197 B

123456789
  1. #!/bin/sh
  2. #
  3. # Install the TI-68k Developer Utilities
  4. #
  5. echo GCC4TI script: Compiling and installing the TI-68k Developer Utilities...
  6. cd ../sources/tools/
  7. ./buildall
  8. mv bin/* $TIGCC/bin
  9. echo Done.