Move things to util/ and update docs+build system references

This commit is contained in:
Jonathan "Duke" Leto
2022-09-19 06:16:25 -07:00
parent 432ea4b28b
commit 2b809c56a0
7 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ still compatible with the minimum supported Linux distribution versions.
Example usage after a gitian build:
find ../gitian-builder/build -type f -executable | xargs python contrib/devtools/symbol-check.py
find ../gitian-builder/build -type f -executable | xargs python util/symbol-check.py
If only supported symbols are used the return value will be 0 and the output will be empty.