diff options
Diffstat (limited to 'tools/seats.sh')
-rw-r--r-- | tools/seats.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/seats.sh b/tools/seats.sh new file mode 100644 index 0000000..0e9a066 --- /dev/null +++ b/tools/seats.sh @@ -0,0 +1,8 @@ +node tools/genseat.js + +for F in images/seat_*.svg +do + B=$(basename $F .svg) + echo $B + inkscape -d 192 -o images/$B.png $F +done |