Changeset 10855 in josm for trunk/optimize-images


Ignore:
Timestamp:
2016-08-19T22:18:07+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13344 - fix checkstyle configuration with new Eclipse settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/optimize-images

    r7507 r10855  
    22
    33for x in $(find images/ -name "*.png"); do
    4         echo "Processing ${x}"
    5         optipng -o7 -quiet "${x}"
     4    echo "Processing ${x}"
     5    optipng -o7 -quiet "${x}"
    66done
Note: See TracChangeset for help on using the changeset viewer.