mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 19:49:16 +00:00
4 lines
66 B
Bash
4 lines
66 B
Bash
|
#!/bin/bash
|
||
|
convert -strip $1 -auto-orient -resize '640x640>' $2
|
||
|
|