Aben Shell is a command-line interpreter for Linux, based on the sh shell. It is implemented in C and provides a simple interface for executing commands and managing processes.
- Command execution
- Built-in commands (
exit,env) - Path handling
- Error handling
- Linux operating system
- GCC compiler
To compile the Aben Shell, navigate to the repository directory and run the following command:
gcc *.c -o abenThen to run the executable run the following command:
./abenThen enjoy controlling your Linux OS from the command line