An UNIX interactive command interpter.
This is a school project I have done at EPITECH as a B3ed. This is based on the minishell 1 and minishell 2 project.
The goal is to make a working command line command interpreter, inspired by the TCSH project.
cd
andpwd
env
,setenv
andunsetenv
exit
[cmd]<file
Redirecting Input[cmd]>file
Redirecting Output[cmd]>>file
Appending Redirected Output[cmd]|[cmd]
Pipeline
-c [cmd]
run a specific command
git clone https://github.com/drawpitech/minishell
cd minishell
make
./mysh
Or using Nix
nix run github:drawpitech/minishell