Skip to content

kstigelman/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Shell

Small, simple shell program written in C for an Operating System course.

This shell will recognize and run command-line commands from user input. There are also two built-in commands:

  • quit - Exits the shell. Can not terminate the program normally with Ctrl+C or Ctrl+Z as these signals are blocked.
  • fg - Brings the background process to the foreground.

About

A small and simple shell program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages