mirror of
https://github.com/logos-messaging/logos-messaging-rlnv2-contract.git
synced 2026-01-02 14:03:07 +00:00
6 lines
102 B
Bash
6 lines
102 B
Bash
|
|
#!/bin/sh
|
||
|
|
rm -rf corpus
|
||
|
|
rm -f covered*.txt
|
||
|
|
rm -rf .crytic/
|
||
|
|
echo "Echidna artifacts cleaned up."
|