diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-30 23:43:06 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-30 23:56:21 -0600 |
commit | a3ddac4e4e52aac6865276755164abe72835a97b (patch) | |
tree | 39358934d8779f4218e65583a44fb3a2b1d44a7f /stack.sh | |
parent | 191c5ae0cde0b753eaa6d4e9074ddab465933700 (diff) |
wip stack analysis
Diffstat (limited to 'stack.sh')
-rwxr-xr-x | stack.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stack.sh b/stack.sh new file mode 100755 index 0000000..4a8a12e --- /dev/null +++ b/stack.sh @@ -0,0 +1,2 @@ +#!/bin/sh +make >&2 && find build -name '*.ci' -exec cat -- {} + | python ./stack.py |