summaryrefslogtreecommitdiffstats
path: root/run.sh
blob: f32b9be5777f657a7da390a7cf975b486dd423e6 (plain)
1
2
3
4
5
6
#!/bin/bash

set -uxo pipefail
ghc -o interpreter src/*.hs
./interpreter $@
rm src/*.{hi,o}