mirror of
https://github.com/kepler155c/opus
synced 2025-10-18 09:17:40 +00:00
move multishell functionality to kernel
This commit is contained in:
@@ -48,7 +48,7 @@ local function telnetHost(socket)
|
||||
end
|
||||
|
||||
local shellThread = Event.addRoutine(function()
|
||||
os.run(_ENV, 'sys/apps/shell')
|
||||
os.run(_ENV, 'sys/apps/shell', table.unpack(termInfo.program))
|
||||
Event.exitPullEvents()
|
||||
end)
|
||||
|
||||
|
Reference in New Issue
Block a user