An open API service indexing awesome lists of open source software.

https://github.com/kestarumper/lsh

C Shell Akiso
https://github.com/kestarumper/lsh

background-jobs pipes redirect shell zombie-processes

Last synced: about 1 month ago
JSON representation

C Shell Akiso

Awesome Lists containing this project

README

          

# 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
``` bash
git clone https://github.com/kestarumper/lsh.git
cd lsh
make
./lsh
```