planck

schpa 2019-01-09T15:35:55.003700Z

@chris.schreiner has joined the channel

schpa 2019-01-09T15:36:59.004700Z

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

schpa 2019-01-09T15:39:57.005200Z

got it, need to use apply

schpa 2019-01-09T15:40:21.005900Z

(apply sh (string/split....

2019-01-09T22:15:19.006200Z

@aaelony has left the channel