1 2 3 4 5 6
#!/bin/bash set -uxo pipefail ghc -o interpreter src/*.hs ./interpreter $@ rm src/*.{hi,o}