mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
We don't have to check the return status, since execve only returns on failure. Fixes #52 |
||
|---|---|---|
| .. | ||
| buffer | ||
| env | ||
| executing | ||
| parser | ||
| postprocess/expansion | ||
| sig | ||
| subst | ||
| word_search | ||
| ft_errno.c | ||
| ft_errno.h | ||
| get_command.c | ||
| get_command.h | ||
| minishell.c | ||
| minishell.h | ||
| treedrawing.c | ||
| treedrawing.h | ||