Skip to content

ethanquix/Minishell1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TCSH inspired shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published