summaryrefslogtreecommitdiff
path: root/check
blob: 6fa29e0b1d55fbc55268afe17ff71a552f077e26 (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
python3 test.py --log test.log "$@"