Change size of output figures
This commit is contained in:
parent
033f951150
commit
29a62ecc21
|
@ -1,7 +1,7 @@
|
||||||
for shape in "shape1" "shape2" "shape3" "iShape" "disc50"
|
for shape in "shape1" "shape2" "shape3" "iShape" "disc50"
|
||||||
do
|
do
|
||||||
pushd "${BASH_SOURCE%/*}" > /dev/null
|
pushd "${BASH_SOURCE%/*}" > /dev/null
|
||||||
ghc ./Shapes.hs -e "render 100 100 $shape"
|
ghc ./Shapes.hs -e "render 80 80 $shape"
|
||||||
mv shape.txt "$shape.txt"
|
mv shape.txt "$shape.txt"
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue