#!/usr/bin/env bash set -eu main() { echo "[clj.sh] Check the docs for usage instructions:" echo "[clj.sh] https://github.com/rads/clj.sh" } main