Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05:00

5 lines
177 B
Bash

#!/bin/sh
for size in 16 22 24 32 48 64 96 128 256; do
convert -background none hisc-devices-input-touchpad.svgz -resize "$size"x"$size" "$size"-devices-input-touchpad.png
done