This repository contains a bash-like command line interface, which supports features like pipe, redirection and background jobs.
-
OS: Ubuntu 18.04.1
-
Compiler: clang 6.0.0
cd ./code
cmake -DCMAKE_C_COMPILER=clang
make
./mumsh
This repository contain a simple shell program, which realizes redirection, pipe, backgound process and other features.
C
This repository contains a bash-like command line interface, which supports features like pipe, redirection and background jobs.
OS: Ubuntu 18.04.1
Compiler: clang 6.0.0
cd ./code
cmake -DCMAKE_C_COMPILER=clang
make
./mumsh