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:
Text File  |  1995-11-16  |  227 b   |  11 lines

  1. #!/bin/sh -f
  2.  
  3. case  `/usr/bin/X11/xconfirm -icon warning -t "Run SHOWCASE presentation? "  \
  4. -t " "  \
  5. -t "Run the Developer Magic showcase presentation on this system ?" -b No -B Yes`
  6. in 
  7.     Yes) echo 1 ;;
  8.      No) echo 0 ;;
  9. esac
  10.  
  11.