https://github.com/phundrak/p8-shell
small shell made as a project for my studies
https://github.com/phundrak/p8-shell
c cmake shell university-assignment university-project
Last synced: 2 months ago
JSON representation
small shell made as a project for my studies
- Host: GitHub
- URL: https://github.com/phundrak/p8-shell
- Owner: Phundrak
- License: gpl-3.0
- Created: 2017-11-23T13:49:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T00:24:18.000Z (about 7 years ago)
- Last Synced: 2026-03-08T03:55:19.361Z (4 months ago)
- Topics: c, cmake, shell, university-assignment, university-project
- Language: C
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
[[file:https://cdn.rawgit.com/syl20bnr/spacemacs/442d025779da2f62fc86c2082703697714db6514/assets/spacemacs-badge.svg]]
This shell is my third semester assigment for my Operating Systems course at university. It is not intended to be a full-featured shell, just one that provides the most basic, and less, such as executing an executable (with a relative or absolute path) with arguments, and optionally be able to deal with pipes, background tasks and such.
“P8“ stands for “Paris 8”, the short name for “Université Paris 8 Vincennes-Saint-Denis”.
This project is under the GPL-3.0 licence. More info [[https://github.com/Phundrak/P8-shell/blob/master/LICENCE][here]].