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

set -uo pipefail
ghc -v0 -o interpreter src/*.hs
./interpreter $@