eli-sr / minishell

A simple shell with pipes and redirections programmed in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minishell

This is a simple shell programmed in C that accepts one pipe and bidirectional files redirection.

Installation

  1. Clone repository
git clone https://github.com/eli-sr/minishell.git
  1. Go to directory
cd minishell
  1. Compile
make
  1. Try the shell
./minishell

About

A simple shell with pipes and redirections programmed in C


Languages

Language:C 96.9%Language:Makefile 3.1%