#!/usr/bin/env sh

FILENAME=$1
fd --exclude 'renders' | entr -crs "echo | ./render $FILENAME"

