summaryrefslogtreecommitdiffstatshomepage
path: root/entr.sh
blob: ce74f010e87c0d0bd35c398d638dadf5d7baa0fb (plain) (blame)
1
2
3
4
5
6
7
while true; do
	{
		fd -e xml -e md -e scss
		fd . util/
	} | entr -cd make
	sleep 1
done