#! /bin/bash

if [[ -n "${DEPLOY_TOOLS_VERBOSE}" ]]; then
    set -x
fi

{% for line in script -%}
{{ line }}
{% endfor %}
