Skip to content

crafaelgil/Shell-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Shell

Implementation of the UNIX shell in C. It supports the most common comands such as cd, mkdir, ls, etc.

Usage

Clone the git repository and execute the following two commands to compile and esecute the code, respectively:

$ gcc -c shell.c && gcc -o shell.o shell.c
$ ./shell.o

Thereafter simply use the prompt as a normal command prompt.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages