Skip to content

OmRsingh/simple-c-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

This is a simple shell made using c.

It supports basic commands like cd and exit and one line system commands.
Compile and run the program using gcc

gcc c_shell.c -o c_shell

It doesn't uses fork() or exec family of functions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages