#!/bin/bash set -e # Modules for ext in reitit-core reitit-ring reitit-spec reitit-schema reitit; do cd modules/$ext; lein "$@"; cd ../..; done