Escaping asterisks in readme

This commit is contained in:
Paul Hagstrom 2015-12-27 02:50:47 -05:00
parent d602faeaf5
commit ae62b483f6
1 changed files with 1 additions and 1 deletions

View File

@ -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.