Files
desktop-base/softwaves-theme/publicity/generator.sh
T
2017-07-02 08:24:13 +00:00

7 lines
151 B
Bash
Executable File

#!/bin/sh
for ii in `seq 1 16` ; do
sed s/XX/$ii/g banners-formatos.svg > $ii.svg
inkscape -z -e countdown-$ii.png $ii.svg
rm $ii.svg
done