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