logos-messaging-rlnv2-contract/echidna_cleanup.sh

6 lines
102 B
Bash
Executable File

#!/bin/sh
rm -rf corpus
rm -f covered*.txt
rm -rf .crytic/
echo "Echidna artifacts cleaned up."