InsuranceBot / tools /audit.sh
rohitsar567's picture
feat(audit): core contract + runner + CLI
a519e2c
Raw
History Blame Contribute Delete
98 Bytes
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")/.."
exec .venv/bin/python -m audit "$@"