#!/usr/bin/env bash set -eo pipefail export BABASHKA_PRELOADS='(defn __bb__foo [] "foo") (defn __bb__bar [] "bar")' lein test