upysh

since 2021-09-07

micropython

>>> from upysh import *

upysh is intended to be imported using:
from upysh import *

To see this help text again, type "man".

upysh commands:
pwd, cd("new_dir"), ls, ls(...), head(...), cat(...)
newfile(...), mv("old", "new"), rm(...), mkdir(...), rmdir(...),
clear

>>> ls
     230 boot.py

>>> newfile("test.py")
Type file contents line by line, finish with EOF (Ctrl+D).
print("test")
>>> cat("test.py")
print("test")
>>> ls
     230 boot.py
      14 test.py

>>> import test
test
>>>
upysh.txt · 最終更新: 2021/09/07 10:17 by Takuya Nishimoto
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0