Hacker News new | ask | show | jobs
by cyber_kinetist 1327 days ago
I really don't want to start up a separate Linux VM just to open up a shell. (I already crossed out Cygwin / MSYS on the list because of performance issues...)
2 comments

Also, I need to compile actual Windows binaries using the shell (MSVC, clang-cl), and I obviously can’t do that under a Linux VM.
MSVC's command line tools kick off just fine from shell scripts running under WSL2. Much to my surprise. I assume it doesn't run in the VM.
Busybox for Windows has a very accessible shell.
Yeah, I've used that before. But it was a bit too minimal for my tastes.