home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume34 / hpcdtoppm / part01 / simple_viewer < prev    next >
Text File  |  1992-12-19  |  181b  |  10 lines

  1. #!/bin/csh -f
  2. # This is a simple Photo-CD viewer. You need xv.
  3. # Go into the image directory of the Photo-CD
  4. #
  5. #
  6. foreach i (img*)
  7.   echo $i
  8.   hpcdtoppm -2 -a $i | xv -quick24 -
  9. end
  10.