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