Skip to content

tkomatsu/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

demo

Description

simple shell like bash

Requirement

  • GCC
  • GNU Make

Installation

git clone --recursive git@github.com:tkomatsu/minishell.git
cd minishell
make

Usage

./minishell

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details