1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:58:14 +00:00

TelnetServer: Implement basic telnet server

Fixes #407

Depends on #530 to run reliably.
This commit is contained in:
Conrad Pankoff 2019-09-08 17:51:28 +10:00 committed by Andreas Kling
parent 423807d772
commit 040947ee47
9 changed files with 521 additions and 0 deletions

View file

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