Commit Diff
Commit:
a1e58086b26b2f6f313a7f68710d7ba106678aa6
Date:
Sat Mar 12 17:32:11 2022
UTC
Message:
update readme
--- README.md
+++ README.md
@@ -52,10 +52,5 @@ Well, for these kinds of things I wrote a wrapper arou
find . -type f -iname \*.opus -exec amused add {} +
-Well, for these kinds of things I wrote a wrapper around find called
-walk that provides 80% of what I do with find in 20% of the characters:
-
- walk \*.opus amused add
-
-but you got the idea (walk lives in my
-[dotfiles](//git.omarpolo.com/dotsnew).)
+I wrote a bit more about the background of amused [in a blog
+post](https://www.omarpolo.com/post/amused.html).
Omar Polo