- π Programmer student by day, grocery store clerk by night
- π©βπ» Working on finishing 42 school curriculum and exploring tools and technologies beyond C & C++
- π§ On my free time I like to install and play with different Linux distros
- β© Find out more and connect with me:
A mini shell written in C. This is the product of 3 months deep dive into how Bash works. This shell implements the Bash syntax including quoting, commands, expansions, redirections as well as some built-in features. It's built around GNU readline. And it's stylishly pink.
My own re-coded version of the C Standard Library (naturally written in C) with a few additional functions and some singly linked list tools. The C Standard Library equivalents are designed to behave just like the original functions or as closely to them as possible. This project is designed to be expanded with the Standard Library re-code equivalents of printf and getline functions.