aijit / wsh

WSH is a microsof Windows porting version of gnu bash(bourne again SHell).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows baSH, WSH

WSH is pointed to be a Windows porting version of the gnu/baSH(Bourne Again SHell). 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 ( last updated on 2011-03-17 ) developed by Jutta Albrecht | Christian V. J. Bruessow | Joerg Matysiak | Mathias Faas.

编译依赖

  • 依赖工具

    w64devkit v1.19.0 | CMake v3.25.0

    GCC 从 2.95.3 开始 no longer implements <varargs.h>

  • 编译命令

    $ cmake -G Ninja -S . -B $BUILD_DIR

    $ cmake --build $BUILD_DIR --target bash

About

WSH is a microsof Windows porting version of gnu bash(bourne again SHell).

License:MIT License


Languages

Language:C 88.2%Language:TeX 4.9%Language:Shell 3.3%Language:Yacc 2.9%Language:Makefile 0.4%Language:Assembly 0.2%Language:CMake 0.1%Language:Awk 0.0%Language:Batchfile 0.0%Language:Roff 0.0%