A simple custom shell implemented in C with basic command support.
- Change directory (
cd
) - List directory contents (
ls
) - Exit the shell (
exit
) - Display help information (
help
) - Create directories (
mkdir
) - Remove directories (
rmdir
) - Clear the terminal screen (
clear
)
working.mp4
- Clone the Repository:
git clone https://github.com/AUS616/mesh-shell.git
- Navigate to the Project Directory:
cd mesh-shell
- Compile:
gcc -o mesh src/main.c
- Run:
./mesh