source: josm/trunk/scripts/optimize-images@ 15916

Last change on this file since 15916 was 15916, checked in by simon04, 4 years ago

fix #18756 - Fix shellcheck warnings of shellscripts

  • Property svn:executable set to *
File size: 109 bytes
RevLine 
[4939]1#!/bin/sh
2
[15916]3find images/ -name "*.png" \
4 -exec echo "Processing {}" \; \
5 -exec optipng -o7 -quiet "{}" \;
Note: See TracBrowser for help on using the repository browser.