wip [skip ci]
This commit is contained in:
parent
ef4969e54c
commit
90443eed80
1 changed files with 6 additions and 6 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{:paths ["script"]
|
||||
:tasks {:bash {:babashka/invoke {:fn cool-script/bash}}
|
||||
:eval-plus {:babashka/args [-e (apply + (map (fn [i]
|
||||
:tasks {:bash {:bb/args [:invoke cool-script/bash]}
|
||||
:eval-plus {:bb/args [-e (apply + (map (fn [i]
|
||||
(Integer/parseInt i))
|
||||
*command-line-args*))]}
|
||||
:tree {:babashka/args [:clojure -Stree]}
|
||||
:all {:babashka/args [:do :eval-plus 1 2 3
|
||||
:__ :tree
|
||||
:__ :bash "ls | wc -l"]}}}
|
||||
:tree {:bb/args [:clojure -Stree]}
|
||||
:all {:bb/args [:do :eval-plus 1 2 3
|
||||
:__ :tree
|
||||
:__ :bash "ls | wc -l"]}}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue