Skip to content
 
 

Latest commit

 

History

150 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

Minishell is a compact partly POSIX compatibly shell supporting the most basic commands and functionalities.
Minishell is able to execute binaries, read from files, redirect output as well as navigating the file system.

Compile

Minishell is dependent on GNU readline.

make
./minishell

Builtins

  • cd
  • echo
  • env
  • exit
  • export
  • pwd
  • unset

Operators

  • >
  • <
  • >>
  • <<
  • |

About

minishell is a compact shell supporting the most basic commands and functionalities

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages