summaryrefslogtreecommitdiff
path: root/check
blob: fd55d665714132c104ff04dcd9406a39052b69e6 (plain)
1
2
3
4
5
6
7
#!/bin/bash

set -euo pipefail

subplot codegen ambient.subplot -o test.py
rm -f test.log
python3 test.py --log test.log "$@"