#!/usr/bin/env bash
${IDRIS:-idris} $@ -e "with Foo.Bar 42"
