simple-c-shell icon indicating copy to clipboard operation
simple-c-shell copied to clipboard

how can i run this shell

Open meysamkh1994 opened this issue 8 years ago • 1 comments

please tell me how can i run this shell. i run this on codeblock and got alot errors . please help me !!!!!!11

meysamkh1994 avatar Sep 10 '17 22:09 meysamkh1994

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

jeremy-rifkin avatar Sep 03 '19 03:09 jeremy-rifkin