9 lines
505 B
Clojure
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"]}}}
|