mirror of
https://github.com/smogon/sprites.git
synced 2026-04-13 21:26:06 -05:00
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Smogdex Twitter social images
|
|
|
|
convert $1'[0]' -trim -resize 115x115 -background white -gravity center -extent 120x120 $2
|