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