diff options
Diffstat (limited to 'icons/make.sh')
| -rwxr-xr-x | icons/make.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/icons/make.sh b/icons/make.sh new file mode 100755 index 000000000..36129d625 --- /dev/null +++ b/icons/make.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +width=$1 +height=$2 +output=$3 + +inkscape -z -e $output -w $width -h $height -D finish-trace.svg |
