Skip to content

kundurz/shsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shsh

What is this?

shsh is a basic shell program implemented in the C programming language.

Functionality

  • Shell builtins
  • User commands
  • I/O redirection:
    • > to redirect stdout (overwrites)
    • >> to redirect stdout (appends)
    • >>> to redirect stderr (overwrites)
    • < to redirect stdin

Installation

  1. Clone this repository: git clone https://github.com/arGna22/shsh.git && cd shsh
  2. Build the shell using the Makefile: make main
  3. Execute the shell ./main

About

A basic shell program implemented in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors