Skip to content

julekgwa/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

mini UNIX command interpreter.

minishell uses my own implementation of libc's function, most of them start with ft_

minishell implement a series of builtins:

  • echo
  • cd
  • setenv
  • unsetenv
  • env
  • exit

Installation

$ git clone https://github.com/julekgwa/minishell.git

Usage

$ cd minishell
$ make && ./minishell

License

MIT