BaseMax / ushell
ubash is a simple implementation of a shell in C using 100 LOC.
README
ushell
ushell is a simple implementation of a shell in C. It demonstrates the basics of how a shell works. It's how you can write a shell using 100 line of code!
— Richard Feynman: What I cannot create, I do not understand.
Compile
$ gcc ushell.c -o ushell -O3
$ ./ushell
Copy ubash into your main binary directory system
$ sudo cp ushell /usr/bin/
$ ushell
TODO
- Detect git project directory and display branch
Max Base
My nickname is Max, Programming language developer, Full-stack programmer. I love computer scientists, researchers, and compilers. (Max Base)
Asrez Team
A team includes some programmer, developer, designer, researcher(s) especially Max Base.
