Skip to content

tonypony220/minishell

Repository files navigation

minishell

Implementation of simple shell with readline() instead of Termcaps. My part of this learning project involves executing commands and leading the development process.

This shell could:

  • search in path PATH and execute
  • execute builtins like: echo, cd, pwd, export, unset, env, exit without options
  • support separating command with ;
  • redirect by < << >> >
  • build pipes wiht |
  • ctrl-C, ctrl-D, ctrl-\
  • $?

Just make and run.

About

minishell. basic shell implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published