#!/usr/bin/env bash set -euo pipefail if test -d public; then rm -rf public make -j public fi cat <