blob: e8013daa3823fde48f28ff66037d3863ccd6a461 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
`repl.c` creates a read-eval-print loop out of any command. It is
a simple and readable C program that requires GNU readline.
### Installation
$ make
$ mv repl /usr/bin/repl
### Usage
$ repl git
git >
|