=====================================
SeaShell is a beta shell written in C. It is designed to be a simple and efficient command-line interface for interacting with the operating system. Right now I need help stablizing this latest version.s
- Supports command aliases loaded from .sshlrc
- Handles built-in commands like cd, alias, source, and exit
- Executes external commands with arguments
- Improved argument parsing supporting quoted strings (single and double quotes)
- Supports escaped quotes inside quoted strings
- Handles edge cases like unmatched quotes with error messages