summaryrefslogblamecommitdiffstatshomepage
path: root/entr.sh
blob: 5c824a3dbc1fa50346fe3967d965112b57dcc027 (plain) (tree)
1
2
3
4
5
6





                                       
while true; do
	{
		fd -e xml -e md -e scss
		fd . util/
	} | entr -pcd make
done