#!/usr/bin/env bash
${IDRIS:-idris} $@ --check --nocolour --quiet --port none --consolewidth 70 quasiquote006.idr
rm -f *.ibc
