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
- Host: GitHub
- URL: https://github.com/productofamerica/minishell
- Owner: ProductOfAmerica
- Created: 2016-12-13T04:15:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T16:43:50.000Z (over 9 years ago)
- Last Synced: 2024-12-27T07:17:05.950Z (over 1 year ago)
- Topics: linux, minishell, shell, shellcode
- Language: C
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.