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

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.

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.