A little more on the readme

This commit is contained in:
Paul Hagstrom 2015-12-27 02:49:09 -05:00
parent 1f25ee7b3e
commit d602faeaf5
1 changed files with 6 additions and 0 deletions

View File

@ -12,3 +12,9 @@ Usage is jut:
This will create image.dsk.po alongside it. Pretty much no checking is done.
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 {} \;
...which was mostly the point.