/[cvs]/joko/public_html/test/Autodia/.autozoom
ViewVC logotype

Contents of /joko/public_html/test/Autodia/.autozoom

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Sun Mar 9 18:13:11 2003 UTC (21 years, 4 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
+ initial commit

1 #!/bin/bash
2
3 zoom=./zoom
4
5 # find any z-image
6 #cmd="find . -regex .*-z[0-9]*\.png"
7 # find all z-100-images
8 cmd="find . -regex .*-z100*\.png"
9
10 found=`$cmd`
11
12 echo now
13 #echo $found
14 echo $found | $zoom

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed