diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-12-16 19:25:11 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-12-16 19:25:11 -0500 |
commit | fb8fb378dcce0564085eb6222053a0db57eb480c (patch) | |
tree | 7f2521cb72df33d39c7cdf28b0c4187bb1088d71 /tests/dimension/demo.sh | |
parent | 728d06945f7cdee8e459d71f5dabbeeb9f1e1207 (diff) | |
download | dimension-fb8fb378dcce0564085eb6222053a0db57eb480c.tar.xz |
Accept width and height command-line arguments.
Diffstat (limited to 'tests/dimension/demo.sh')
-rwxr-xr-x | tests/dimension/demo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/demo.sh b/tests/dimension/demo.sh index 26b5637..8a210d4 100755 --- a/tests/dimension/demo.sh +++ b/tests/dimension/demo.sh @@ -59,4 +59,4 @@ if [ "$demo" != "$demo_exp" ]; then exit 1 fi -${top_builddir}/dimension/dimension -o demo.png ${srcdir}/demo.pov +${top_builddir}/dimension/dimension -w768 -h480 -o demo.png ${srcdir}/demo.pov |