Raw
1 #!/bin/sh
2
3 Meta/Dothem --meson \
4 --cocci \
5 --san \
6 --leaks \
7 --sha256 \
8 --test-vars \
9 --breaking "$@"
10
11 Meta/V