|
|
|
|
|
by neongreen
883 days ago
|
|
I’m using zx and the API seems very similar to what is described in the post. Which bun also acknowledges here: https://github.com/oven-sh/bun/blob/main/docs/runtime/shell.... I suppose one significant difference is that bun reimplements shell built-ins. I believe that zx simply executes bash or powershell and fails if neither is available. |
|