Can lein-shell play nice with a simple cat
implementation? It used to have an an issue, but now it works just fine.
$ echo "hello stdin" | lein run -- && \
echo "hello stdin" | lein trampoline run --
hello lein-shell
hello stdin
hello lein-shell
hello stdin
Copyright © 2014 rubicks
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.