Skip to content

a-cha/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

223 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

Simple shell written in c99

The goal of the project is to mimic bash behavior.

Features:

  • Pipes
  • Redirections
  • Environment variables
  • Signals (ctrl-C ctrl-D ctrl-\\)
  • Error management

Build-in commands:

  • echo
  • cd
  • pwd
  • export
  • unset
  • env
  • exit

For all another commands there is a call their binary by execve() function.

Usage

Run make inside the repository's directory to build minishell binary. Now the program at your disposal.

About

Simple shell written in c99

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors