Skip to content

anthonyhuhuee/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Minishell

Epitech solo project to do a "Command line terminal". Paint is an application that allows the user to simulate painting on the computer by using the mouse or a graphics tablet.

Features

  • Execute command alone or with '|'

Authors

Screenshots

App Screenshot

๐Ÿ›  Skills

C - Fork, execve (NEW for me) / Read in stdin, clean a string, put a string into a char ** / Using of write, my own printf (my_printf) & own lib (folder 'lib')

Lessons Learned

How to use a fork to do '|' command & how to execute a command using execve.

Run Locally

Clone the project

  git clone git@github.com:anthonyardhuin/minishell.git

Go to the project directory

  cd minishell

Compile the project

  make

Start the terminal

  ./my_sh

FAQ

What is the goal ?

For you, there is no goal, for me it was to learn how to use new command.

How to use ?

Start the terminal and execute a command. Do not try to do other that simple command or '|' command, it'll not work.

๐Ÿš€ About Me

๐Ÿ’ฌ Beginner so be kind and give tips

๐Ÿง  Currently learning C, Node.js, Docker, MySQL

๐Ÿ”— Links

linkedin

Releases

No releases published

Packages

No packages published