Skip to content

Hiroaki-K4/minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minishell

The existence of shells is linked to the very existence of IT. At the time, all coders agreed that communicating with a computer using aligned 1/0 switches was seriously irritating. It was only logical that they came up with the idea to communicate with a computer using interactive lines of commands in a language somewhat close to english. With Minishell, you’ll be able to travel through time and come back to problems people faced when Windows didn’t exist.

How to build

Build the files.

make

Rebuild

make re

Clean .o files

make clean

Clean all files

make fclean

How to run

First, launch minishell with the following command.

./minishell

Please insert something shell command and push enter.

minishell> ls

About

As beautiful as a shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published