bsx
Version:
(Looking for the “Base X” package? It's now at [@rniv/base-n](https://www.npmjs.com/package/@rniv/base-n)!)
21 lines (12 loc) • 597 B
Markdown
(Looking for the “Base X” package? It's now at [@rniv/base-n](https://www.npmjs.com/package/@rniv/base-n)!)
# bsx
Like [shx][], but instead of reimplementing everything in JS, it uses
Busybox on Windows ([ported][busybox] by Ron Yorston), and everywhere else
it just shells out.
The wrapper script is unlicensed, and the Busybox binary is GPLv2. You
can see the wrapper source code via [Unpkg][source].
[shx]: https://github.com/shelljs/shx
[busybox]: https://frippery.org/busybox/
[source]: https://unpkg.io/browse/bsx/cli.js
## Final thoughts
Ever considered switching to Linux? ;-)