diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-11 01:07:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-11 01:07:35 +0100 |
| commit | a983627b357e25478a524a20cafa4a68a4b9299f (patch) | |
| tree | 5ef2d7eef6eace1dcdc9809fd2d70622d62dcf76 /graphics/make.sh | |
| parent | 8e092d8b4657121ae751c3d171f981773f6714ed (diff) | |
Rename icons -> graphics.
Diffstat (limited to 'graphics/make.sh')
| -rwxr-xr-x | graphics/make.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/make.sh b/graphics/make.sh new file mode 100755 index 000000000..36129d625 --- /dev/null +++ b/graphics/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 |
