Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chidera-nwankwo/mav-shell
The shell, like csh or bash, will run and accept commands until the user exits the shell.
https://github.com/chidera-nwankwo/mav-shell
Last synced: 11 days ago
JSON representation
The shell, like csh or bash, will run and accept commands until the user exits the shell.
- Host: GitHub
- URL: https://github.com/chidera-nwankwo/mav-shell
- Owner: chidera-nwankwo
- Created: 2021-12-02T01:40:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T16:45:14.000Z (about 3 years ago)
- Last Synced: 2024-11-12T10:25:05.000Z (2 months ago)
- Language: C
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mav-Shell
The shell, like csh or bash, will run and accept commands until the user exits the shell.Will quit when "quit" is entered. Accepts commands listed in the current directory, /usr/local/bin, /usr/bin, and /bin. Implements fork(), wait(), and exec() in order to run the commands. handles "cd" and will display "command not found" if the command is invalid.