Skip to content

loqus/optipng-install-run

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

optipng-install-run

Install and run optipng for files all or newer than 30 days

sudo apt-get install optipng

go to the directory

find . -name '*.png' | xargs optipng -strip all

find . -name '*.png' -mtime -30 | xargs optipng -strip all

Releases

No releases published

Packages

No packages published