Skip to content

edkvm/charcoal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charcoal

A basic remote shell

Build

You can build charcoal using gcc:

$ gcc src/*.c -o bin/charcoal

Using

Run the server:

$ ./charcoal server <port>

Connect with a client:

$ ./charcoal client <hostname> <port>

About

Basic remote shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published