Skip to content

Junya42/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published