home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 12
/
Silicon_Graphics_Developer_Magic_Soft_Dev_812-8101-012.iso
/
.all
/
bin
/
runMOVIE
< 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
|
190 b
|
11 lines
#!/bin/sh -f
case `/usr/bin/X11/xconfirm -icon warning -t "Run the movie ? " \
-t " " \
-t "Run Developer Magic on this system ?" -B No -b Yes`
in
Yes) echo 1 ;;
No) echo 0 ;;
esac