Fork me on GitHub
#babashka
<
2021-11-03
>
maleghast14:11:13

Is there a canonical / idiomatic way of diff-ing two files with Babashka?

schmee14:11:31

I did this literally yesterday 😄

@(babashka.process/process ["git" "--no-pager" "diff" file path] {:inherit true})

schmee14:11:44

if you’re not using Git, replace with diff command of choice