Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

ronanboiteau/Minishell1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell1

{EPITECH.} first year project.

C shell that can execute basic commands.

Take a look at 42sh if you're looking for a shell capable of executing more complex commands (pipes, redirections...).

This shell is based on tcsh.

Requirements

Compilation

Navigate to the root of the repository from your Terminal and run make to build the mysh executable file.

Features

  • Execute basic commands
  • Execute multiple commands with separators
  • Can manage its own environment
  • Builtin commands:
    • builtins
    • cd / chdir
    • echo
    • env [-0] [--null] [-u]
    • printenv
    • pwd
    • setenv
    • unsetenv
  • Prompt based on last exit status
  • Support for non-interactive mode

About

{EPITECH.} C shell that executes basic commands. Based on tcsh.

Topics

Resources

Stars

Watchers

Forks

Contributors