Skip to content

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

Notifications You must be signed in to change notification settings

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • Makefile 2.1%