Skip to content

Sirelaw/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published