summaryrefslogtreecommitdiff
path: root/graphics/make.sh
blob: 9058ef65d41edb411898080cbf47ce9d5dcaebb1 (plain)
1
2
3
4
5
6
7
#!/bin/bash

width=$1
height=$2
output=$3

inkscape -C -z -e $output -w $width -h $height -D logo.svg