Guest User

Untitled

a guest
Nov 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. directory="$1"
  2. cd $directory
  3. find . -name '*.png' -exec pngquant --ext .png --force 256 {} ;
  4.  
  5. pngquant: command not found
Add Comment
Please, Sign In to add comment