Liking cljdoc? Tell your friends :D

stevedore: An embedding of shell script in clojure.

Build Status

This is a resurrection of the script abstraction part of https://github.com/pallet/stevedore. This only supports bash as a target for now.

:dependencies [[spootnik/stevedore "0.9.1"]]

Usage

(require '[stevedore.bash :as bash])

(bash/script
  (defn showfiles [pattern] (pipe (ls) (grep @pattern)))
  (showfiles foo))

License

Licensed under EPL

Copyright 2010, 2011, 2012, 2013 Hugo Duncan.

Can you improve this documentation? These fine people already did:
Hugo Duncan, Pierre-Yves Ritschard & Ambrose Bonnaire-Sergeant
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close