The Simple Shell is a basic UNIX shell implementation written in C, created as part of the ALX Sprint 1 project. This shell allows users to execute commands, including built-in commands and external programs, similar to other command-line interpreters like Bash.
- Command execution (e.g., ls, pwd, etc.)
- Built-in commands (e.g., exit)
- Support for command arguments
- Basic error handling
-
Clone the repository
git clone https://github.com/Samuel-K95/simple_shell.git
-
Compile the shell
gcc *.c -o hsh
-
Run the shell
./hsh
- Samuel Keno
- Fahmi Dinsefa