In planck I am trying this, but it fails, do you know why?
t.core=> (sh (string/split "/usr/local/bin/git ls-files -z *.cljs" #" "))
["/usr/local/bin/git" "ls-files" "-z" "*.cljs"] - failed: string? in: [0] at: [:cmd] spec: :planck.shell/sh-async-args
ERROR
got it, need to use apply
(apply sh (string/split....