brobbot
Version:
A simple helpful robot for your Company
16 lines (9 loc) • 427 B
Markdown
# Adapters: Shell
The shell adapter provides a simple read-eval-print loop for interacting with a brobbot locally.
It can be useful for testing scripts before using them on a live brobbot.
## Getting Started
To use the shell adapter you can simply omit the `-a` option when invoking your
brobbot as it will use the shell adapter by default.
% ./index.sh
## Configuring
This adapter doesn't require any configuration.