home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 12
/
Silicon_Graphics_Developer_Magic_Soft_Dev_812-8101-012.iso
/
.all
/
bin
/
runSC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-11-16
|
227 b
|
11 lines
#!/bin/sh -f
case `/usr/bin/X11/xconfirm -icon warning -t "Run SHOWCASE presentation? " \
-t " " \
-t "Run the Developer Magic showcase presentation on this system ?" -b No -B Yes`
in
Yes) echo 1 ;;
No) echo 0 ;;
esac