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