Ecosyste.ms: Awesome
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: 1 day 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T16:43:50.000Z (almost 8 years ago)
- Last Synced: 2024-04-05T15:40:03.024Z (9 months 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 ShellThe 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.