Change size of output figures

This commit is contained in:
Manuel Thalmann 2024-06-16 23:04:02 +02:00
parent 033f951150
commit 29a62ecc21

View file

@ -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