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"]]
(require '[stevedore.bash :as bash])
(bash/script
(defn showfiles [pattern] (pipe (ls) (grep @pattern)))
(showfiles foo))
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-SergeantEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close