mirror of
https://github.com/CrispyPin/crispypin.cc.git
synced 2024-11-10 04:00:27 +01:00
4 lines
86 B
Bash
4 lines
86 B
Bash
|
#!/bin/env python3
|
||
|
|
||
|
find . -iname "*.png" -exec mogrify -crop '600x400+100+150' {} \;
|