POSIX Shell by Dimonchik0036
- Run commands in the background
- Job Control
- Pipelining
- Redirection of input / output
git clone https://github.com/Dimonchik0036/shell.git
cd shell
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
make
./myshell
fg [%job]
bg [%job]
jobs
jkill [%job]