mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-12 19:26:23 +00:00
5 lines
158 B
Bash
Executable File
5 lines
158 B
Bash
Executable File
for size in $(seq 1 512); do
|
|
inkscape -z -e ivatar/static/img/nobody/${size}.png -w ${size} -h ${size} \
|
|
ivatar/static/img/libravatar_logo.svg
|
|
done
|