minishell/exec/src/builtins
2024-08-13 16:01:45 +02:00
..
_debug.c Fixed fd leaking when second cmd doesn't exist in pipe 2024-08-11 12:20:26 +02:00
cd.c Fixed waiting on previous command for pipeline to spawn next 2024-08-13 16:01:45 +02:00
echo.c Polished echo, and the builtins should work now (not tested in pipes) 2024-08-11 11:42:44 +02:00
env.c Patching the fucking pwd 2024-08-12 18:15:29 +02:00
exit.c Fixed exit builtin 2024-08-11 12:53:03 +02:00
export.c Update so '$BANANE=truc' works 2024-08-12 17:02:46 +02:00
pwd.c Fixed waiting on previous command for pipeline to spawn next 2024-08-13 16:01:45 +02:00
unset.c Fixed a leak using hmap_<name>_remove 2024-08-12 17:15:13 +02:00