Table of Contents
[TOCM]
[TOC]
Shell with following features
I/O Redirection Interactive Background Simple Pipes Mix
- cd [DIRECTORY PATH]
- exit [OPTIONAL NUMBER]
ShellX is completely written in C
ShellX requires GCC, GDB and make to run.
Install all dependencies before installation
- open terminal
- run the following commands on terminal
sudo apt update -y
sudo apt upgrade -y
sudo apt install make -y
sudo apt install gdb -y
sudo apt install gcc -y
- extract the zip
- open the terminal in the extracted folder
- run the following command on terminal
make
Enter following commands on terminal
make run
./bin/main
- To remove the previous build
make clean