Skip to content

kevinpiac/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

The project goal is to recode a mini UNIX shell in C language.

Allowed functions:

  • write
  • opendir, readdir, closedir
  • stat, lstat, fstat
  • malloc, free
  • exit
  • getcwd
  • chdir
  • fork
  • open, close, read
  • execve
  • access
  • wait, waitpid, wait3, wait4
  • signal
  • kill

Bonus

  • Signal management : (ctrl-C)
  • Rights management
  • Autocompletion
  • Commands separation with ';'

more soon...

About

Recode a mini UNIX shell interpeter in C language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published