Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tnakajo42/minishell

Repository files navigation

minishell

  1. ToDo
  2. Authors
  3. Question
  4. Bug
  5. Test

ToDo

  • Create GitHub repo
  • Create automated test file with color
  • main.c
  • minishell.h
  • Makefile
  • pipe
  • multiple pipe
  • Display a prompt when waiting for a new command
  • Have a working history.
  • Search and launch the right executable (based on the PATH variable or using a relative or an absolute path).
  • Avoid using more than one global variable to indicate a received signal. Consider the implications: this approach ensures that your signal handler will not access your main data structures.
  • pipe
  • pipe
  • pipe

Question

Bug

Test

  • multiple pipe
    • pip list |
    • pip list ||
    • pip list |||

Authors

minishell

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published