diff --git a/src/apps/shell.lua b/src/apps/shell.lua new file mode 100644 index 0000000..34824bf --- /dev/null +++ b/src/apps/shell.lua @@ -0,0 +1,5 @@ +term.setBackgroundColor(colors.black) +term.setTextColor(colors.white) +term.clear() +term.setCursorPos(1,1) +shell.run("/rom/programs/shell")