1
0
Fork 0
mirror of https://github.com/Findus23/typo3-keyboard.git synced 2024-08-27 19:52:16 +02:00
typo3-keyboard/icon/generate.sh

5 lines
116 B
Bash
Raw Normal View History

2018-09-11 11:57:38 +02:00
#!/bin/bash
for size in 128 256 512
do
inkscape -f icon.svg -w $size -h $size -e "icon-${size}x${size}.png"
done