mirror of
https://github.com/simon987/scripts.git
synced 2025-12-14 07:49:03 +00:00
initial commit
This commit is contained in:
4
img_optim_lossy
Executable file
4
img_optim_lossy
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
find "$1" -iname "*.jpeg" -exec jpegoptim -m85 {} \;
|
||||
find "$1" -iname "*.jpg" -exec jpegoptim -m85 {} \;
|
||||
Reference in New Issue
Block a user