#!/usr/bin/env bash set -euo pipefail python -m http.server --directory public 8000 & trap "fuser -k 8000/tcp" EXIT tsc --build tsconfig.json --watch