git clone https://github.com/ShellCode33/ShellCustom.git && cd ShellCustom
g++ -std=c++11 -Wno-unused-variable -Wno-unused-result -Wno-unused-parameter -pthread *.cpp -o shell
chmod +x shell && ./shell
- Handling working directory
- Background processes with &
- Auto completion
- Pipe (two processes only :/)