Cookbook: add an example of using default.do for text processing.

This commit is contained in:
Avery Pennarun 2018-11-26 13:10:29 -05:00
commit 3b305edc7e
18 changed files with 377 additions and 28 deletions

View file

@ -0,0 +1,3 @@
for d in */all.do; do
echo "${d%.do}"
done | xargs redo-ifchange