Skip to content

Latest commit

 

History

History
94 lines (83 loc) · 2.27 KB

README.md

File metadata and controls

94 lines (83 loc) · 2.27 KB

ghz-sh

C Git GitHub

Supported Operating Systems

Debian Red Hat Arch

Gigahertz Shell - A Free and Open Source Shell for Operating Systems

Installation

  • Clone the repository
$ git clone https://github.com/SpaciousCoder78/ghz-sh.git
  • Move to project directory
$ cd ghz-sh
  • Compile the main.c file
$ gcc -o ghz-sh main.c
  • Run the executable file
$ ./ghz-sh

Manual

Supported Commands

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