JAVA SHELL
This Java shell program simulates a basic Unix-like shell build using the base setup provided by CodeCrafters. It supports fundamental shell commands and can execute external programs.
- cd : Changes the current working directory to the specified path.
- pwd: Prints the current working directory.
- echo : Outputs the provided text to the console.
- type : Displays whether a command is a shell builtin or finds its executable path if it is not.
- exit: Exits the shell program.
Feel free to fork the repository and contribute to the project. Pull requests are welcome :)