From 1d81fb561817f8d1d0758c4642457178018f860f Mon Sep 17 00:00:00 2001 From: Nils Dagsson Moskopp Date: Wed, 19 Mar 2014 15:53:06 +0100 Subject: [PATCH] + do script to generate all png files as default target --- all.do | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 all.do diff --git a/all.do b/all.do new file mode 100644 index 0000000..7e825fc --- /dev/null +++ b/all.do @@ -0,0 +1,4 @@ +#!/bin/sh +for file in $(ls *.svg); do + redo "$(basename $file .svg)".png +done; \ No newline at end of file