Return to Snippet

Revision: 31599
at September 9, 2010 09:12 by kmorey


Initial Code
for file in `ls`; do convert -resize 75% $file $file; done;

Initial URL


Initial Description


Initial Title
Resize images 75% (convert)

Initial Tags


Initial Language
Bash