Skip to content

C-Chafik/minishell

 
 

Repository files navigation

Usage

make && ./minishell

testshell

Subject

This is a school project done in C, with only a limited number of authorized functions. subjectminishell

Summary

The goal of this project was to rebuild a bash-like shell from scratch with the implementation of :

  • processes
  • signals
  • redirections
  • builtins
  • environment variables
  • pipes
  • quotes
  • working history
  • exit codes
  • Bonus : wildcards

In addition i decided to add a custom colored prompt for the look and the ability to execute commands within files :

  • ./file
  • /full/path/to/file
  • upgrade Noteminishell

About

Write your own Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.4%
  • Makefile 2.6%