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
- Host: GitHub
- URL: https://github.com/kestarumper/lsh
- Owner: kestarumper
- Created: 2017-11-21T23:45:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-30T22:56:58.000Z (over 8 years ago)
- Last Synced: 2024-10-19T15:17:54.966Z (over 1 year ago)
- Topics: background-jobs, pipes, redirect, shell, zombie-processes
- Language: C
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```