1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-11-08 07:54:46 +00:00
dotfiles/.local/bin/optiall

6 lines
133 B
Plaintext
Raw Normal View History

2020-11-06 20:31:36 +00:00
#!/bin/sh
fd -e pdf -x cpdfsqueeze {} {}
fd -e png -x oxipng {}
fd -e epub -e zip -x advzip -z4 {}
fd -e jpg -e jpeg -x jpegoptim {}