Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minishell

A custom Linux shell implemented in C, with process management and dynamic memory allocation.

To use it, clone this repository into a Linux system, execute the compile.sh script and execute the executable file:

git clone https://github.com/MarcosHM851/Minishell
cd Minishell
./compile.sh
./minishell

Use < [file] for stdin redirection from file, > [file] for stdout redirection to file and >& [file] for stderr redirection to file. Use | to use various commands connected with pipes. Use exit command to finish the program.

About

C implementation of a Linux command interpreter, featuring process control and dynamic memory management.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages