Catch errors when converting SVGs to DXF.
This commit is contained in:
parent
16d3e4a963
commit
27db6e1992
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#! /usr/bin/env bash
|
||||
|
||||
set -e -o pipefail
|
||||
|
||||
in_file=$1
|
||||
out_file=$2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue