3 lines
69 B
Text
3 lines
69 B
Text
for d in */all.do; do
|
|
echo "${d%.do}"
|
|
done | xargs redo-ifchange
|
for d in */all.do; do
|
|
echo "${d%.do}"
|
|
done | xargs redo-ifchange
|