babashka/test-resources/bb.edn
Michiel Borkent 90443eed80 wip [skip ci]
2021-03-16 22:06:38 +01:00

9 lines
505 B
Clojure

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