mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-05 06:25:00 +00:00
6 lines
127 B
Bash
Executable file
6 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
fd -e pdf -x cpdfsqueeze {} {}
|
|
fd -e png -x oxipng
|
|
fd -e{epub,zip,cbz,jar} -x advzip -z4
|
|
fd -ejp{e,}g -x jpegoptim
|