Simple Telnet Client (experimenting with epoll and roff)
Go to file
Franck STAUFFER 671c42745e
Add logo
2020-09-08 23:48:43 +02:00
man1 Remove signal handler for SIGINT, print a \r at the end of cleanup, normalize error output 2020-09-08 23:02:09 +02:00
src Remove useless variable, enable removing only typed characters, change the way inputs are handled 2020-09-08 23:11:57 +02:00
.gitlab-ci.yml Fix .gitlab-ci.yml 2020-09-02 19:17:31 +02:00
LICENSE Add LICENSE 2020-09-02 19:23:49 +02:00
Makefile Fix gzip command in Makefile 2020-09-02 20:23:13 +02:00
README.md Add logo 2020-09-08 23:48:43 +02:00
logo.png Add logo 2020-09-08 23:48:43 +02:00

README.md

![STC logo][logo.png]

Simple Telnet Client

Build

git clone https://framagit.org/franck.stauffer/stc
cd stc
make

Install

sudo make install

Uninstall

sudo make uninstall

Usage

stc address|domainname [port]