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"]
|
{:paths ["script"]
|
||||||
:tasks {:bash {:babashka/invoke {:fn cool-script/bash}}
|
:tasks {:bash {:bb/args [:invoke cool-script/bash]}
|
||||||
:eval-plus {:babashka/args [-e (apply + (map (fn [i]
|
:eval-plus {:bb/args [-e (apply + (map (fn [i]
|
||||||
(Integer/parseInt i))
|
(Integer/parseInt i))
|
||||||
*command-line-args*))]}
|
*command-line-args*))]}
|
||||||
:tree {:babashka/args [:clojure -Stree]}
|
:tree {:bb/args [:clojure -Stree]}
|
||||||
:all {:babashka/args [:do :eval-plus 1 2 3
|
:all {:bb/args [:do :eval-plus 1 2 3
|
||||||
:__ :tree
|
:__ :tree
|
||||||
:__ :bash "ls | wc -l"]}}}
|
:__ :bash "ls | wc -l"]}}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue