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