mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-08 16:04:37 +00:00
6 lines
251 B
Bash
Executable file
6 lines
251 B
Bash
Executable file
#!/bin/bash
|
|
fd -e pdf -x qpdf --stream-data=uncompress --replace-input --compress-streams=n --recompress-flate --compression-level=0 --optimize-images {}
|
|
fd -e{epub,zip,cbz,jar,docx,odt,apk} -x advzip -z0
|
|
fd -e png -x advpng -z0
|
|
fd -t f -x advdef -z0
|