home *** CD-ROM | disk | FTP | other *** search
/ SunSoft Catalyst 1995 September to December / CDware_Sep-Dec_1995.bin / .products / Frame / _install / notOS.sh < prev   
Linux/UNIX/POSIX Shell Script  |  1995-10-27  |  169b  |  9 lines

  1. #!/bin/sh
  2.  
  3.         echo ""
  4.         echo "This demonstration is for Solaris on SPARC only."
  5.         echo ""
  6.         echo "Hit return to exit."
  7.         read return
  8. exit 0
  9.