Skip to content

Harm-Nullix/bash-shell-to-bat-converter

 
 

Repository files navigation

Simple Bash script to Windows batch file converter

npm Coverage Status

Converts bash scripts (*.sh) to windows batch files (*.bat). This is not supposed to be a fully complete/correct tool, but rather a starting point when converting scripts. For simple scripts this might create correct results.

Try it online: https://daniel-sc.github.io/bash-shell-to-bat-converter/

Usage

npx bash-converter FILE_TO_CONVERT.sh

This creates FILE_TO_CONVERT.bat.

Contribute

PRs always welcome ;-)

About

Converter for bash shell scripts to windows batch files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 71.9%
  • JavaScript 9.3%
  • HTML 7.9%
  • Shell 4.7%
  • Batchfile 4.3%
  • SCSS 1.9%