#!/usr/bin/env bash set -euo pipefail if test -d public; then rm -rf public fi SHAKE_TARGET="${1:-public}" shake --compact "$SHAKE_TARGET" cat <