alex-alra-arteaga / Minishell01

This is one of the first step to be able to do 42sh project. As its name says it is a minimalistic version of the TCSH terminal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minishell01

This is one of the first step to be able to do 42sh project. As its name says it is a minimalistic version of the TCSH terminal.

Compilation

'make re' or 'make'. Binary 'mysh' will be compiled at the root. Launch it without arguments.

It is capable of:

  • Launching binaries
  • Navigating through the file system
  • Set, unset and see environment variables
  • Almost all cd capabilities
  • exit
  • And many more default commands

image image image image image

About

This is one of the first step to be able to do 42sh project. As its name says it is a minimalistic version of the TCSH terminal.


Languages

Language:C 98.5%Language:Makefile 1.5%