mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-08 07:54:46 +00:00
6 lines
133 B
Bash
Executable file
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 {}
|