mandelbrot/make
Yann Esposito (Yogsototh) 38503240ca First commit
2011-10-25 16:47:20 +02:00

3 lines
127 B
Bash
Executable file

#!/usr/bin/env zsh
ghc -O2 -rtsopts -threaded mandelbrot.hs && { \rm -f mandelbrot.png; ./mandelbrot && open mandelbrot.png }