# 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 .