#!/usr/bin/env bash
${IDRIS:-idris} $@ --nocolour reg023.idr --check
rm -f *.ibc
