home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh -f
-
- case `/usr/bin/X11/xconfirm -icon warning -t "The Developer Magic CD has only been tested, and is only supported on IRIX 5.3 and 6.1." \
- -t " " \
- -t " You may continue, with unpredictable results !" \
- -t " " \
- -t "Run Developer Magic on this system ?" -b No -B Yes`
- in
- Yes) echo 1 ;;
- No) echo 0 ;;
- esac
-
-