A simple shell implementation with built-in commands.
Run shell executable that contains cargo run
./shell- Run commands available in your $PATH
- Built-in commands:
- exit – Close the shell
- type – Display information about a command
- cd – Change the current directory
- pwd – Print the current directory
- echo – Print arguments to the terminal
