home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 2 / hotmix_v02.iso / jukebox
Text File  |  1992-10-16  |  386b  |  28 lines

  1. #!/bin/csh
  2. #Tag 0x12345
  3. # Shell script to launch the HOTMIX CD!
  4.  
  5. cd `dirname $0`
  6. setenv HOTMIXDIR `pwd`
  7. limit coredumpsize 0
  8.  
  9. bin/InstallIt
  10.  
  11. cd `dirname $0`
  12.  
  13. # make sure that we have a usable playaiff file
  14.  
  15. cd bin
  16. ./makeplay $HOTMIXDIR
  17. cd ..
  18.  
  19. cd `dirname $0`
  20.  
  21. $HOTMIXDIR/bin/showcase -fbv $HOTMIXDIR/Intro/01_jukebox
  22.  
  23. # restore the old playaiff to the system
  24.  
  25. cd bin
  26. ./removeplay
  27. cd ..
  28.