Skip to content

Implemantation of a shell using c and linux system calls

Notifications You must be signed in to change notification settings

Ariel2400/Shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Shell

Implemantation of a shell using c and linux system calls

Description

basic implemntation of a linux shell. the shell supports foreground and background running of commands.

jobs, history and cd

those 3 commands are implemented directly and won't create a child process when called.

How to run?

compile the source file and run it. the shell will run you give the 'exit' command.

About

Implemantation of a shell using c and linux system calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages