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

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