yogan / advent-of-code

Advent of Code solutions
4 stars 0 forks source link

Replace find with fd in all watch scripts #43

Closed yogan closed 2 weeks ago

yogan commented 2 months ago

This might even enable a common watch script for all languages, if we are only calling other scripts like run.sh and test.sh.

yogan commented 1 month ago

Or get rid of all of them, an fd | entr -cc … should do everywhere. Maybe just put that in READMEs of templates.