This website requires JavaScript.
CODE
0x495fab29
Explore
Sign in
forks
/
apenwarr-redo
Watch
1
Star
0
Fork
You've already forked apenwarr-redo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
68d355178e
apenwarr-redo
/
docs
/
cookbook
/
clean.do
4 lines
75 B
Text
Raw
Normal View
History
Unescape
Escape
cookbook/container: example of building+running docker containers. 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.
2019-01-02 23:46:01 -05:00
rm -f *~ .*~
Cookbook: add an example of using default.do for text processing.
2018-11-26 13:10:29 -05:00
for d in */clean.do; do
echo "${d%.do}"
done | xargs redo
Reference in a new issue
Copy permalink