A CLI tool to run bash-like commands on Windows PowerShell. Note: You may need to set the execution policy to RemoteSigned for scripts to run. See the README for details.
npm install ksh-bashThis CLI requires PowerShell. If you encounter script execution issues, run the following command in PowerShell (as Administrator):
``powershell``
Set-ExecutionPolicy RemoteSigned
This will allow scripts to run locally. You can also consider using Git Bash or WSL for a better experience.