I have spent the last few days building a custom Unix shell ‘hsh’ version 1.0 entirely in C. It’s been a crazy ride. I started out not knowing much about an Operating System .
For people who are wondering what is a Custom shell ?
A custom shell is a personalised command line interface that acts as a bridge between you and your operating system’s kernel. In the simplest terms, a shell takes what you type, reads it, tells the computer to run a matching program, and prints the result
Comments 3
https://github.com/AdityaViraj/hsh-systems-kernel
Hey, I am interessted onto contribution for your project
For people who are wondering what is a Custom shell ?
A custom shell is a personalised command line interface that acts as a bridge between you and your operating system’s kernel. In the simplest terms, a shell takes what you type, reads it, tells the computer to run a matching program, and prints the result
Sign in to join the conversation.