git.m455.casa

fa

clone url: git://git.m455.casa/fa


esperbuild/espersrc/fennel-0.7.0/test/bad/all.sh

1 #!/bin/bash
2
3 # helper script to spit out all the suggestions covered by fennelfriend.
4
5 for f in test/bad/*.fnl; do
6 echo "============================================ $f"
7 ./fennel --check-unused-locals $f || true
8 done