Simple Telnet Client (experimenting with epoll and roff)
Go to file
Franck STAUFFER 311a9054ee
Add man page:
- Add man1/stc.1
    - Add target in Makefile
    - install target installs man page
    - uninstall target uninstalls man page
    - Reduce number of exit code
2020-09-02 20:19:04 +02:00
man1 Add man page: 2020-09-02 20:19:04 +02:00
src Add man page: 2020-09-02 20:19:04 +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 Add man page: 2020-09-02 20:19:04 +02:00
README.md Add man page: 2020-09-02 20:19:04 +02:00

README.md

stc

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]