Skip to content

Isos9/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell (2016)

C shell that can execute commands as well as interpreting pipes, redirections, separators...

This shell is based on tcsh.

Requirements

Execution

cd minishell
make
./mysh

Features

  • Execute basic commands
  • Execute complex commands:
    • Separators
    • Pipes
    • Redirections
  • Can manage its own environment
  • Builtin commands:
    • builtins
    • cd / chdir
    • echo
    • env [-0] [--null] [-u]
    • printenv
    • pwd
    • setenv
    • unsetenv

Releases

No releases published

Packages

No packages published