home *** CD-ROM | disk | FTP | other *** search
-
- # Copyright, 1990, Regents of the University of Colorado
- #
- # This is a Bourne shell script that handles any custom code for
- # compiling and executing DINO programs.
- #
-
- case $Target in
- first_machine_name)
- #
- # Put bourne shell script code here for
- # the first machine that has special code.
- #
- ;;
- next_machine_name)
- #
- # Put bourne shell script code here for
- # the next machine that has special code.
- #
- ;;
- *) echo
- echo " No special code provided for $Target"
- echo
- exit 1;;
- esac
-
-