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

https://github.com/productofamerica/minishell

A smaller version of the Linux Shell
https://github.com/productofamerica/minishell

linux minishell shell shellcode

Last synced: about 1 month ago
JSON representation

A smaller version of the Linux Shell

Awesome Lists containing this project

README

          

# MiniShell
A smaller version of the Linux Shell

The main objective of this programming assignment is to introduce the student to C programming in the Linux environment. Specifically, the student will implement a C program that will use Linux system calls and commands.