Skip to content

kestarumper/lsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

lsh C Shell

Project for Computer Architecture and Operating Systems

Includes

  • cd, exit as inbuilt functions
  • pipes
  • redirect STDOUT, STDIN, STDERR
  • launching tasks in background
  • takes care of zombies

Installation

git clone https://github.com/kestarumper/lsh.git
cd lsh
make
./lsh