Make shapes contained in output
This commit is contained in:
parent
d017ccd848
commit
cf5867e616
|
@ -1,7 +1,7 @@
|
|||
for shape in "shape1" "shape2" "shape3" "iShape" "disc50"
|
||||
do
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null
|
||||
ghc ./Shapes.hs -e "render 80 80 $shape"
|
||||
ghc ./Shapes.hs -e "render 500 500 $shape"
|
||||
mv shape.txt "$shape.txt"
|
||||
popd > /dev/null
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue