Skip to content

Commit

Permalink
really, there could be lots of reasons to reimplement it
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Jun 16, 2013
1 parent 303f7b8 commit 0b1e5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ to implement the protocol and define their interpreter with `#!`.

## pluginhook implementation

You can see the implementation for this is simple. 20 lines of Bash. While this is usable, if it gets popular
You can see the implementation for this is simple. 20 lines of Bash. While this is usable, at some point
it might make sense to re-implement in C or Go with the intention of actually streaming between plugins instead
of writing to files and variables. Currently all output is buffered, which is not ideal.

Expand Down

0 comments on commit 0b1e5e1

Please sign in to comment.