mirror of https://github.com/Nofated095/Dress.git
4 lines
68 B
Bash
4 lines
68 B
Bash
|
#!/bin/bash
|
||
|
mogrify -strip ./*.jpg
|
||
|
jpegoptim --size=900k -s ./*.jpg
|