1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00
dotfiles/dot-local/bin/optiall

7 lines
170 B
Plaintext
Raw Normal View History

#!/bin/bash
fd -e pdf -x cpdfsqueeze {} {}
fd -e png -x oxipng
fd -e{epub,zip,cbz,jar,docx} -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 {}