home *** CD-ROM | disk | FTP | other *** search
/ SunSoft Catalyst 1995 September to December / CDware_Sep-Dec_1995.bin / .products / Frame / _install / msg1.sh < prev    next >
Linux/UNIX/POSIX Shell Script  |  1994-12-08  |  193b  |  12 lines

  1. #! /bin/sh
  2.  
  3. echo ""
  4. echo "Please run the Frame demo directly from the FrmaeMaker icon on the"
  5. echo "Catalyst CDware disc."
  6. echo " "
  7. echo " "
  8. echo "Press <RETURN> to continue"
  9. read WAIT
  10.  
  11. exit 0
  12.