wip [skip ci]

This commit is contained in:
Michiel Borkent 2021-03-17 21:31:35 +01:00
parent 240c90a179
commit f0bdc28888

View file

@ -6,4 +6,5 @@
;; (prn :cmd *command-line-args*) ;; (prn :cmd *command-line-args*)
(-> (p/process ["bash" "-c" (str/join " " args)] (-> (p/process ["bash" "-c" (str/join " " args)]
{:inherit true}) {:inherit true})
p/check)) p/check)
nil)