Skip to content

DragonRocket/ShellX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShellX

'Lets Command With Your Fingers'


Table of Contents

[TOCM]

[TOC]

Features


Shell with following features

I/O Redirection Interactive Background Simple Pipes Mix

Internal Commands
  • cd [DIRECTORY PATH]
  • exit [OPTIONAL NUMBER]

Tech


ShellX is completely written in C

Installation


ShellX requires GCC, GDB and make to run.

Install all dependencies before installation

Dependencies Installation (for debian based linux)
  1. open terminal
  2. 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
ShellX Installation
  1. extract the zip
  2. open the terminal in the extracted folder
  3. run the following command on terminal
make

RUN


Execute either way

Enter following commands on terminal

One Way
make run
Another Way
./bin/main

Additional Command


  • To remove the previous build
make clean

END


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published