Create shell.lua
This commit is contained in:
parent
7d103e124c
commit
786c199168
1 changed files with 5 additions and 0 deletions
5
src/apps/shell.lua
Normal file
5
src/apps/shell.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
term.setBackgroundColor(colors.black)
|
||||
term.setTextColor(colors.white)
|
||||
term.clear()
|
||||
term.setCursorPos(1,1)
|
||||
shell.run("/rom/programs/shell")
|
Loading…
Reference in a new issue