Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.
/ MiniShell Public archive

EPITECH PROJECT | UNIX SYSTEM PROGRAMMING | MINISHELL

Notifications You must be signed in to change notification settings

bobis33/MiniShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPITECH PROJECT | UNIX_SYSTEM_PROGRAMMING (minishell1)



You have to program a UNIX command interpreter. The interpreter is expected to display a prompt ( $> , for example) and then wait for you to write a command line, which must be validated by a newline.

The prompt must be displayed again only after the command execution. Only basic command lines are expected to executed; no pipes, redirections or any other advanced features. The executables should be those found in the path, as indicated in the PATH variable.

If the executable cannot be found, you must display an error message and display the prompt again. Errors must be dealt with and must display the appropriate message on the error output.

You must correctly handle the PATH and the environment (by copying and restoring the initial env). You must implement the following builtins: cd, setenv, unsetenv, env, exit.

See the subject for further details !



This project has been realized in solo :



You can use this program as it follows :

make re && ./mysh

About

EPITECH PROJECT | UNIX SYSTEM PROGRAMMING | MINISHELL

Topics

Resources

Stars

Watchers

Forks