- Built-in Commands:
cd
,exit
- Command Execution: Runs external commands with arguments
- Interactive Mode: Provides a prompt for user input
- Error Handling: Displays meaningful error messages
- GCC (GNU Compiler Collection)
make
tool- Unix-like Operating System
- Clone the repository:
git clone /~https://github.com/yourusername/seashell.git cd seashell
- Compile the source code:
make seashell
To start the shell, simply run:
./seashell
- Better Command Prompt
- A config file for command prompt and aliasing commands