On 4/27/06, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > > #!/bin/sh > > if [ $# -lt 2 ]; then > echo "Usage:" > echo " e_bggen.sh source_image_file.jpg/.png output_file.edj [-q N] [-c]" > echo "" > echo "where 'source_image_file.jpg/.png' is the source image," > echo "'output_file.edj' is the output file to produce and then optional" > echo "options of -q N for quality (where N is between 1 and 100), or the" > echo "-c option which forces compressed lossless encoding." > fi (snip)
Thanks Raster :) You just missed an "exit" after the usage ;) -- Gopalarathnam Venkatesan http://gopalarathnam.com/ ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
