source: josm/trunk/optimize-images@ 11848

Last change on this file since 11848 was 10855, checked in by Don-vip, 8 years ago

see #13344 - fix checkstyle configuration with new Eclipse settings

  • Property svn:executable set to *
File size: 116 bytes
RevLine 
[4939]1#!/bin/sh
2
3for x in $(find images/ -name "*.png"); do
[10855]4 echo "Processing ${x}"
5 optipng -o7 -quiet "${x}"
[4939]6done
Note: See TracBrowser for help on using the repository browser.