home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SunSoft Catalyst 1995 September to December
/
CDware_Sep-Dec_1995.bin
/
.products
/
Frame
/
_install
/
notOS.sh
< prev
Wrap
Linux/UNIX/POSIX Shell Script
|
1995-10-27
|
169b
|
9 lines
#!/bin/sh
echo ""
echo "This demonstration is for Solaris on SPARC only."
echo ""
echo "Hit return to exit."
read return
exit 0