11 ms·
1. Just no. Unless you are some sort of Windows shop.
by linuxftw 8mo ago
1. Just no. Unless you are some sort of Windows shop.
- rerdavies 8mo agoIf you're building for Windows, then bash is "just no", so it's either cmd/.bat, or pwsh/.ps. <shrugs>
- pixl97 8mo agoI mean, if you're a Windows shop you really should be using powershell.
- import 8mo agoThat’s the only reason for sure.
- zabzonk 8mo agoI develop on Windows. And I use bash and (gnu) make - combination that cannot be beat, in my experience.
- c-hendricks 8mo agoAll my windows work / ci runs still use bash.
- jayd16 8mo agoPwsh scripts are portable across mac, linux and windows with arguably less headache than bash. Its actually really nice. You should try it. If you don't like it, you can get bash to work on windows anyway.
- NSPG911 8mo agoyou should try it, powershell isnt just 'type insanely long phrases', there are aliases for it
- latentsea 8mo agoI've never been a fan of PowerShell. I work across Windows and Linux on .NET and Nuke has become my go to tool for this.