A lightweight, efficient shell implementation written in pure C.
- 🛠️ Built with pure C
- ⚡ Efficient command parsing and execution
-
Clone the repository:
git clone https://github.com/Aetheridon/conch-shell
-
Navigate to source directory:
cd conch-shell/src
-
Build the project:
make
-
(Optional) Clean build files:
make clean
Run Conch from the terminal:
./conch
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.