# wish **Repository Path**: huang_zhenwei/wish ## Basic Information - **Project Name**: wish - **Description**: 用c++实现的简单shell解释器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-07-21 - **Last Updated**: 2022-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wish a simple shell interpreter in c++. 用c++写的简单shell解释器 实现了管道和重定向,支持作业管理包括作业暂停、前台,后台运行调度 实现了shell常用的内建命令:alias,bg,cd,echo,exit,fg,jobs,kill,pwd, quit,type ## 构建/build ``` git clone https://gitee.com/huang_zhenwei/wish cd wish mkdir build && cd build cmake .. make ``` Built target in wish/build/wish now you can run ./wish