Avichal
Avichal
@martinklepsch May be something like this? ``` cat edn | grep ':file' | awk -F '\:file' '{print $2}' | awk -F '"' '{print $2}' | while read line; do if...
Oh! Perfect. I think I misunderstood the problem earlier. Thought that we need to check if `cljdoc.edn` exists. This looks good to me. 👍
Hey @GrapeBaBa! Thanks for expressing your interest in adding in Srocll ZKEVM. We definitely want to support the ZKEVMs in the future. However, at this point, since we are resource...