Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.