diff --git a/README.md b/README.md index d35bde0..7155b9c 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file