micropython-lib/micropython/upysh
robert-hh 760bfefd9d micropython/upysh: Add the cp() function and improve ls and rm.
- cp() copies a file. If the target is a directory, the file is copied
  into that directory.  It uses a small buffer, so it's not fast.
- ls uses ilistdir and creates a sorted output with directories listed as
  the first group.
- rm optionally deletes recursive, if the target is a directory.
2022-03-24 10:37:48 +11:00
..
metadata.txt top: Move modules into python-stdlib, unix-ffi, or micropython. 2021-05-27 15:41:08 +10:00
setup.py all: Run black over all code. 2021-05-27 15:50:04 +10:00
upysh.py micropython/upysh: Add the cp() function and improve ls and rm. 2022-03-24 10:37:48 +11:00