2 lines
52 B
Bash
2 lines
52 B
Bash
|
#!/bin/sh
|
||
|
optipng -strip all -o 7 textures/**/*.png
|