mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-08 16:04:37 +00:00
7 lines
178 B
Bash
Executable file
7 lines
178 B
Bash
Executable file
#!/bin/bash
|
|
fd -e pdf -x cpdfsqueeze {} {}
|
|
fd -e png -x oxipng
|
|
fd -e{epub,zip,cbz,jar,docx,odt,apk} -x advzip -z4
|
|
fd -ejp{e,}g -x jpegoptim
|
|
fd -e webp -x cwebp -z 9 -mt {} -o {}
|