#!/bin/sh set -e set -u readonly executable_name=qbar stack build && stack exec $executable_name -- "$@"