sp-03/compile-tests.sh

7 lines
152 B
Bash
Raw Normal View History

2023-10-11 11:50:56 +00:00
#!/usr/bin/env bash
set -eou pipefail
cd -- "$( dirname -- "${BASH_SOURCE[0]}" )"
cat test-output/*.dot | gvpack -u | dot -Tpdf > test-output/all.pdf