#!/bin/bash set -euo pipefail sp-docgen my-sites.md -o my-sites.html sp-docgen my-sites.md -o my-sites.pdf sp-codegen my-sites.md -o test.py rm -f test.log chronic python3 test.py --log test.log "$@"