mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
nice -n 5 convert -strip $1 -coalesce -auto-orient -resize '1024x1024>' $2
|
|
|