mirror of
https://github.com/Cute-Dress/Dress.git
synced 2024-11-24 06:05:04 +08:00
4 lines
68 B
Bash
Executable File
4 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
mogrify -strip ./*.jpg
|
|
jpegoptim --size=900k -s ./*.jpg
|