wip [skip ci]

This commit is contained in:
Michiel Borkent 2021-03-16 22:06:38 +01:00
parent ef4969e54c
commit 90443eed80

View file

@ -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"]}}}