You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

4h 38m 53s logged

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 .

0
40

Comments 3

@Eleco

Hey, I am interessted onto contribution for your project

@adityaviraj

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