(A)lbert (SH)ell is a basic shell implementation in Python written by Albert Willett Jr based on an article by Danish Prakash
- a *nix environment
- Python 3.6.1+
- Git clone project onto a *nix environment
- In a terminal, cd to the project's root directory
- Execute the
albert-shell.pypython module (See Code Snippet 1)
> python3 albert-shell.pyCode Snippet 1: Running the shell program