# wsh **Repository Path**: aijit/wsh ## Basic Information - **Project Name**: wsh - **Description**: WSH is a microsof Windows porting version of gnu bash(bourne again SHell). - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-14 - **Last Updated**: 2023-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Windows baSH, WSH __[WSH](https://github.com/wordworld/wsh)__ is pointed to be a [**W**indows](https://gnuwin32.sourceforge.net/) porting version of the [gnu/ba**SH**(Bourne Again SHell)](https://github.com/gitGNU/gnu_bash). It is a developing interactive shell, as well as a interpreter for bash scripts. This project is initially based on the __[win-bash_0.8.5](https://sourceforge.net/projects/win-bash/)__ ( last updated on 2011-03-17 ) developed by [Jutta Albrecht](https://sourceforge.net/u/bithexe/profile/) | [Christian V. J. Bruessow](https://sourceforge.net/u/cvjb/profile/) | [Joerg Matysiak](https://sourceforge.net/u/matysiak/profile/) | [Mathias Faas](https://sourceforge.net/u/mfaascenit/profile/). ### 编译依赖 * 依赖工具 [w64devkit v1.19.0](https://github.com/skeeto/w64devkit/releases/tag/v1.19.0) | [CMake v3.25.0](https://github.com/Kitware/CMake/releases/tag/v3.25.0) GCC 从 2.95.3 开始 no longer implements * 编译命令 `$ cmake -G Ninja -S . -B $BUILD_DIR` `$ cmake --build $BUILD_DIR --target bash`