summaryrefslogtreecommitdiff
path: root/check
blob: 8e83116abc8abfd2353dc62c23e3cd8f9e5752e5 (plain)
1
2
3
4
5
6
7
8
9
#!/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 "$@"