#!/usr/bin/env bash set -euo pipefail npx shadow-cljs watch app & lein run trap 'kill 0' EXIT