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