From b6210b2dd20d4bfe5d4a2c14aa2b075ea7d4c312 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 17 Jan 2021 17:27:43 +0200 Subject: initial version --- check | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 check (limited to 'check') diff --git a/check b/check new file mode 100755 index 0000000..6fa29e0 --- /dev/null +++ b/check @@ -0,0 +1,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 "$@" -- cgit v1.2.1