simple-c-shell
simple-c-shell copied to clipboard
how can i run this shell
please tell me how can i run this shell. i run this on codeblock and got alot errors . please help me !!!!!!11
I know I'm 2 years late to this but for anyone else...
Using this should be fairly straightforward:
# Clone
git clone https://github.com/jmreyes/simple-c-shell.git && cd simple-c-shell
# Build
gcc simple-c-shell.c -o simple-c-shell
# Run
./simple-c-shell