Skip to content

A C program that creates a simple shell to interact with a Linux OS.

Notifications You must be signed in to change notification settings

wardm4/sample-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

A simple C shell to test interaction with a Linux OS.

Notes:

Ctr + D terminates the shell

Full path of the command is necessary to execute (i.e. "/bin/ls" executes ls). I may get rid of this eventually.

About

A C program that creates a simple shell to interact with a Linux OS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages