mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 06:25:00 +00:00
7 lines
246 B
Bash
Executable file
7 lines
246 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 \~qpdf-orig -x rm
|
|
fd -t f -x advzip -z0
|
|
fd -e png -x advpng -z0
|
|
fd -t f -x advdef -z0
|