diff options
Diffstat (limited to 'build-aux/stack.sh')
-rwxr-xr-x | build-aux/stack.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-aux/stack.sh b/build-aux/stack.sh new file mode 100755 index 0000000..4a8a12e --- /dev/null +++ b/build-aux/stack.sh @@ -0,0 +1,2 @@ +#!/bin/sh +make >&2 && find build -name '*.ci' -exec cat -- {} + | python ./stack.py |