mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
TelnetServer: Implement basic telnet server
Fixes #407 Depends on #530 to run reliably.
This commit is contained in:
parent
423807d772
commit
040947ee47
Notes:
sideshowbarker
2024-07-19 12:13:01 +09:00
Author: https://github.com/deoxxa
Commit: 040947ee47
Pull-request: https://github.com/SerenityOS/serenity/pull/531
Reviewed-by: https://github.com/awesomekling ✅
9 changed files with 521 additions and 0 deletions
|
@ -101,6 +101,7 @@ cp ../Servers/SystemServer/SystemServer mnt/bin/SystemServer
|
|||
cp ../Servers/WindowServer/WindowServer mnt/bin/WindowServer
|
||||
cp ../Servers/AudioServer/AudioServer mnt/bin/AudioServer
|
||||
cp ../Servers/TTYServer/TTYServer mnt/bin/TTYServer
|
||||
cp ../Servers/TelnetServer/TelnetServer mnt/bin/TelnetServer
|
||||
cp ../Shell/Shell mnt/bin/Shell
|
||||
cp ../Libraries/LibHTML/tho mnt/bin/tho
|
||||
echo "done"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue