Skip to content

Simple shell implementation on C with background tasks

License

Notifications You must be signed in to change notification settings

DieTime/simple-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple shell implementation on C using fork and signals.

Features:

  1. Background tasks running using & in the end of command.
  2. cd support for switching directory.
  3. bg builtin function for showing all background tasks.
  4. term builtin function for killing one of background tasks by index.

Quick start:

git clone https://github.com/DieTime/SimpleShell.git
cd SimpleShell/

cmake -S . -B ./cmake-build 
cmake --build ./cmake-build

cd ./cmake-build && ./shell
help

About

Simple shell implementation on C with background tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published