#!/bin/bash for f in *.svg do inkscape -z -e "export/$f.png" \ "$f" done