Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 663 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 663 Bytes

JAVA SHELL

About:

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.

Features:

  1. cd : Changes the current working directory to the specified path.
  2. pwd: Prints the current working directory.
  3. echo : Outputs the provided text to the console.
  4. type : Displays whether a command is a shell builtin or finds its executable path if it is not.
  5. exit: Exits the shell program.

Contribution:

Feel free to fork the repository and contribute to the project. Pull requests are welcome :)