package
1.2.0
Repository: https://github.com/desertbit/grumble.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Remote readline example

This is demonstration of remote shell access with grumble.

How to run

First run the server in main directory:

./readline> go run .

Then establish a CLI connection with client app in cli subfolder

./readline> cd cli
./readline/cli> go run .