mirror of
https://github.com/kepler155c/opus
synced 2025-10-21 18:57:41 +00:00
rename shell -> shell.lua
This commit is contained in:
@@ -46,7 +46,7 @@ local function telnetHost(socket)
|
||||
title = 'Telnet client',
|
||||
hidden = true,
|
||||
co = coroutine.create(function()
|
||||
Util.run(_ENV, 'sys/apps/shell', table.unpack(termInfo.program))
|
||||
Util.run(_ENV, 'sys/apps/shell.lua', table.unpack(termInfo.program))
|
||||
if socket.queue then
|
||||
socket:write(socket.queue)
|
||||
end
|
||||
|
Reference in New Issue
Block a user