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