dotfiles/.local/bin/optiall

7 lines
165 B
Plaintext
Raw Normal View History

#!/bin/bash
fd -e pdf -x cpdfsqueeze {} {}
fd -e png -x oxipng
fd -e{epub,zip,cbz,jar} -x advzip -z4
fd -ejp{e,}g -x jpegoptim
2021-07-10 01:10:18 +00:00
fd -e webp -x cwebp -z 9 -mt {} -o {}