#!/usr/bin/env bash options="" if [[ "${ACM_DEBUG}" == "true" ]]; then options="--debug $options" fi acm ${options} $@