#!/usr/bin/env sh
for i in test/*.fnl; do
    fennel --correlate $i && echo $i OK
done