From ae62b483f62938c6d93d5d9f58ea6e4484521a3f Mon Sep 17 00:00:00 2001 From: Paul Hagstrom Date: Sun, 27 Dec 2015 02:50:47 -0500 Subject: [PATCH] Escaping asterisks in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7155b9c..3a78ada 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ It just goes through 35 tracks and converts them, then ends. This can be used as an action for find, like so: -find imagefolders/*/*.dsk -exec ./dsk2po.py {} \; +find imagefolders/\*/\*.dsk -exec ./dsk2po.py {} \; ...which was mostly the point. \ No newline at end of file