zsquareplusc / mpy-repl-tool

Yet an other tool to transfer files, execute files and so on via the Python prompt, used for MicroPython
Other
19 stars 5 forks source link

Remove additional linefeed from sub-command cat #6

Closed oliver-joos closed 6 years ago

oliver-joos commented 6 years ago

It is unexpected that a file gets bigger after "there push myfile /flash ; there cat /flash/myfile >myfile". Original Unix cat does not add a linefeed either, and this tool seems to mimic Unix commands.