ksh-bash
v1.0.2
Published
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.
Downloads
21
Maintainers
Readme
This CLI requires PowerShell. If you encounter script execution issues, run the following command in PowerShell (as Administrator):
Set-ExecutionPolicy RemoteSigned
This will allow scripts to run locally. You can also consider using Git Bash or WSL for a better experience.