winkekatze/Makefile

4 lines
152 B
Makefile
Raw Normal View History

2022-01-08 22:01:00 +01:00
#!/bin/bash
all:
find . -type f -name '*.svg' -print0 | xargs -0 -n 1 -P 6 inkscape --actions="export-filename:$1.png; export-do;" --export-dpi 96 $1