Skip to content

n-mattos/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

355 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

Creators:
	Noah Mattos Oudejans
	Ivan Riadynskyi

42 School:	Codam Coding College, Amsterdam.
Milestone:	3
Project:	minishell

Subject

The objective is to create a simple shell program in C.

Requirements

The shell should:

  • display a prompt when waiting for a new command.
  • have a working history.
  • execute commands with their arguments.
  • handle redirections.
  • handle pipes.
  • handle environment variables.
  • handle the exit status of the previous command.
  • have working ctrl-C , ctrl-D, and ctrl-\ signals.

About

Codam minishell project 29/11/2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published