17 lines
No EOL
282 B
Markdown
17 lines
No EOL
282 B
Markdown
# simple math plugin for sshpiperd
|
|
|
|
## Usage
|
|
|
|
Note: this is an additional challenge plugin. 🔒 you must use it with other routing plugins.
|
|
|
|
```
|
|
sshpiperd simplemath -- other-plugin --other-option
|
|
```
|
|
|
|
### Demo
|
|
|
|
```
|
|
$ ssh 127.0.0.1 -l user -p 2222
|
|
lets do math
|
|
what is 7 + 9 =
|
|
``` |