1
0
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:
kepler155c@gmail.com
2019-02-12 17:03:50 -05:00
parent 2d411df7d1
commit ae6d8e8ebd
13 changed files with 25 additions and 34 deletions

View File

@@ -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