项目作者: julekgwa

项目描述 :
mini UNIX command interpreter
高级语言: C
项目地址: git://github.com/julekgwa/minishell.git
创建时间: 2016-11-28T02:33:29Z
项目社区:https://github.com/julekgwa/minishell

开源协议:

下载


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

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

Usage

  1. $ cd minishell
  2. $ make && ./minishell

License

MIT