chvoc-logo/Makefile

4 lines
178 B
Makefile
Raw Normal View History

#!/bin/bash
all:
2021-12-30 15:05:18 +01:00
find . -type f -name '*.svg' -print0 | xargs -0 -n 1 -P 6 inkscape --actions="export-filename:$1.png; export-do;" --export-background white --export-dpi 96 $1