kopia lustrzana https://github.com/micropython/micropython-lib
upysh: Add "mv" command.
rodzic
0678e321c0
commit
459c8969bc
|
@ -29,6 +29,7 @@ def cd(path):
|
||||||
os.chdir(path)
|
os.chdir(path)
|
||||||
|
|
||||||
mkdir = os.mkdir
|
mkdir = os.mkdir
|
||||||
|
mv = os.rename
|
||||||
|
|
||||||
def head(f, n=10):
|
def head(f, n=10):
|
||||||
with open(f) as f:
|
with open(f) as f:
|
||||||
|
|
Ładowanie…
Reference in New Issue