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"] {: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"]}}}