mirror of
https://github.com/Phantop/dotfiles
synced 2025-02-06 03:26:49 +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
|