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 >
Wrap
Linux/UNIX/POSIX Shell Script
|
1994-12-08
|
193b
|
12 lines
#! /bin/sh
echo ""
echo "Please run the Frame demo directly from the FrmaeMaker icon on the"
echo "Catalyst CDware disc."
echo " "
echo " "
echo "Press <RETURN> to continue"
read WAIT
exit 0