A BBS-style telnet server for UUGulite.
| Command | Description |
|---|---|
help [command] |
Lists commands and their usage |
chat <read | write <message>> |
A not-so-good chat client. |
exit |
Disconnect from uugnet |
If you would like to add a command, read Telnet Commands for more info.
go build
./uugnet serve| Command | Description |
|---|---|
uugnet serve |
Run the uugnet server |
uugnet local |
Run uugnet as a local CLI |
uugnet userlist |
List users |
uugnet useradd <username> |
Add user |
uugnet userdel <username> |
Delete user |
