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