/lein-shell-cat

implementation of "cat" with lein-shell

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

lein-shell-cat Build Status

Can lein-shell play nice with a simple cat implementation? It used to have an an issue, but now it works just fine.

Usage

$ echo "hello stdin" | lein run -- && \
  echo "hello stdin" | lein trampoline run --
hello lein-shell
hello stdin
hello lein-shell
hello stdin

License

Copyright © 2014 rubicks

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.