mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-07 22:17:21 +00:00
Using `xargs -i <cmd> {}` is just doing the default behavior of xargs,
but with extra steps that also don't work on macOS.
Using `xargs -i <cmd> {}` is just doing the default behavior of xargs,
but with extra steps that also don't work on macOS.