#!/usr/bin/env bash
${IDRIS:-idris} $@ --quiet --nocolour test022.idr --exec main
rm -f *.ibc
