https://github.com/aekanshd/mimicking-a-shell-in-c
For 5th SEM, UNIX Shell Programming, Made for PES University, 2019.
https://github.com/aekanshd/mimicking-a-shell-in-c
c pipe shell unix-shell
Last synced: about 1 month ago
JSON representation
For 5th SEM, UNIX Shell Programming, Made for PES University, 2019.
- Host: GitHub
- URL: https://github.com/aekanshd/mimicking-a-shell-in-c
- Owner: aekanshd
- Created: 2019-11-26T15:10:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-26T15:10:25.000Z (over 6 years ago)
- Last Synced: 2025-12-06T14:23:45.255Z (6 months ago)
- Topics: c, pipe, shell, unix-shell
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mimicking a shell in C
## Dependencies
```sudo apt-get install libreadline-dev```
## How to compile
To run the project, use the command: `make a.out`.
## Other Info
For 5th SEM, UNIX Shell Programming,
Made for PES University, 2019.