Gigahertz Shell - A Free and Open Source Shell for Operating Systems
- Clone the repository
 
$ git clone https://github.com/SpaciousCoder78/ghz-sh.git- Move to project directory
 
$ cd ghz-sh- Compile the 
main.cfile 
$ gcc -o ghz-sh main.c- Run the executable file
 
$ ./ghz-sh| Command | Usage | Command Information | 
|---|---|---|
ls | 
    ls | 
    Shows the files in present working directory | 
man | 
    man commandname | 
    Shows the manual of a command | 
ps | 
    ps | 
    Shows the running processes in the system | 
sos | 
    sos | 
    Shows avaliable commands and shell information | 
chdir | 
    chdir foldername/filename | 
    Change directory | 
leave | 
    leave | 
    Exits the Shell | 
tell | 
    tell texthere | 
    Prints entered text | 
tell Operations | 
    tell [operation_code] [operand1] [operand2] | 
    Performs math operation on two operands |