Catch errors when converting SVGs to DXF.

This commit is contained in:
Michael Schwarz 2014-11-28 18:41:04 +01:00
parent 16d3e4a963
commit 27db6e1992

View file

@ -1,5 +1,7 @@
#! /usr/bin/env bash
set -e -o pipefail
in_file=$1
out_file=$2