home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume34
/
hpcdtoppm
/
part01
/
simple_viewer
< prev
next >
Wrap
Text File
|
1992-12-19
|
181b
|
10 lines
#!/bin/csh -f
# This is a simple Photo-CD viewer. You need xv.
# Go into the image directory of the Photo-CD
#
#
foreach i (img*)
echo $i
hpcdtoppm -2 -a $i | xv -quick24 -
end