mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 14:34:47 +00:00
6 lines
124 B
Bash
Executable file
6 lines
124 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
|