1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-17 15:38:49 +00:00
dotfiles/.local/bin/optiall

6 lines
133 B
Bash
Executable file

#!/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 {}