Skip to content

vfournier11/simple-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Shell

How to compile and run

make
./shell

Background tasks

./shell
$>sleep 800 &       # Run sleep in background &
$>btasks            # List background tasks
  [1] Sleep
$>exit
  [1] Sleep
Could not exit still some tasks running # Prevent exiting when tasks running in background.

About

Simple shell written in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published