This got... long... and complicated. But I think it's a really good demonstration of getting redo to do complicated things elegantly. At least, I hope it is.
4 lines
92 B
Text
4 lines
92 B
Text
export NO_SLOW_TESTS=1
|
|
for d in */all.do; do
|
|
echo "${d%.do}"
|
|
done | xargs redo-ifchange
|