Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 801 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 801 Bytes

Minishell

TCSH inspired shell made in C.

Featuring

env  -> display env
setenv [variable_name] [content] -> add variable to env
unsetenv [variable_name] -> delete variable from env
cd  -> Change directory and update prompt to show current directory
Color and cool prompt with $USERNAME and current path

Minishell 1

Installation

git clone https://github.com/ethanquix/Minishell1.git
cd Minishell1
make re

Usage

./mysh
./mysh --bonus

dimitriwyzlic.com  ·  GitHub @ethanquix  ·  Linkedin Dimitri Wyzlic