Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Simple Shell in C

Features

  • cd: to change directory;
  • exit: to end the shell;
  • if the user types the & (“ampersand”) character, the interpreter returns immediately to read the next command, that is, it does not wait for the child process to end;
  • execvp command: to execute other commands, such as ls, ls -l, top.

About

Simple Shell in C

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages