Create shell.lua

This commit is contained in:
Ale32bit 2015-12-25 21:59:53 +01:00
parent 7d103e124c
commit 786c199168

5
src/apps/shell.lua Normal file
View file

@ -0,0 +1,5 @@
term.setBackgroundColor(colors.black)
term.setTextColor(colors.white)
term.clear()
term.setCursorPos(1,1)
shell.run("/rom/programs/shell")