Add the rest of execution except for ex_fields
authorLukas Jiriste <ljiriste@student.42prague.com>
Sun, 21 Jul 2024 19:46:24 +0000 (21:46 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Sun, 21 Jul 2024 19:46:24 +0000 (21:46 +0200)
commit3fbffbf23eaac93dbdd7b88c848e52918d68d703
tree4c6ee1d7fcac8523749429ebc7208f4c06c592c6
parent04f383fdb11ed45d9010d5abb0b2aa9f0d7a494a
Add the rest of execution except for ex_fields

This commit makes the project compilable (though it crashes).
It implements the small missing functions in execution.c and integrates
it into the project.
Makefile
inc/minishell.h
src/env.c [new file with mode: 0644]
src/execution.c
src/input_handling.c
src/main.c