babashka/test-resources/bb.edn

10 lines
505 B
Clojure
Raw Normal View History

2021-03-16 21:01:30 +00:00
{:paths ["script"]
2021-03-16 21:06:38 +00:00
:tasks {:bash {:bb/args [:invoke cool-script/bash]}
:eval-plus {:bb/args [-e (apply + (map (fn [i]
2021-03-16 21:01:30 +00:00
(Integer/parseInt i))
*command-line-args*))]}
2021-03-16 21:06:38 +00:00
:tree {:bb/args [:clojure -Stree]}
:all {:bb/args [:do :eval-plus 1 2 3
:__ :tree
:__ :bash "ls | wc -l"]}}}