flags/make_flags.sh

Sat, 01 Feb 2020 17:10:11 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Sat, 01 Feb 2020 17:10:11 +0200
changeset 39
caac957e9834
parent 6
73e448b2943d
permissions
-rwxr-xr-x

Main color is now configurable

#!/bin/bash
for flag in *.svg
do
	flag_png="${flag%.svg}.png"
	echo "$flag => $flag_png"
	inkscape -z -e ${flag_png} -w 64 $flag
done

mercurial