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