mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 19:49:16 +00:00
3 lines
84 B
Bash
Executable File
3 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
nice -n 5 convert -strip $1 -coalesce -auto-orient -resize '192x192' $2
|