Refactor execution.c to files of max 5 functions
authorLilia-42 <nikolovalilianenkova@gmail.com>
Sun, 1 Sep 2024 12:07:07 +0000 (14:07 +0200)
committerLilia-42 <nikolovalilianenkova@gmail.com>
Sun, 1 Sep 2024 12:07:07 +0000 (14:07 +0200)
commitbb9f0e6f64830bba13f5e46b71455ffbf6d5e80f
treea960515d35d2e57880e3574f5802ad86380bf9d8
parent0290132ca0095e5c99e189af53428f09f7fb5d4d
Refactor execution.c to files of max 5 functions
18 files changed:
Makefile
inc/execution.h
src/add_word.c [new file with mode: 0644]
src/assignments.c [new file with mode: 0644]
src/exe_find.c [new file with mode: 0644]
src/exe_helpers.c [new file with mode: 0644]
src/exe_pipeline.c [new file with mode: 0644]
src/exe_prepare.c [new file with mode: 0644]
src/execute.c [new file with mode: 0644]
src/execute_builtin.c [new file with mode: 0644]
src/execute_cmd.c [new file with mode: 0644]
src/execute_raw.c [new file with mode: 0644]
src/execution.c [deleted file]
src/expand.c [new file with mode: 0644]
src/expand_split.c [new file with mode: 0644]
src/redir_file.c [new file with mode: 0644]
src/redir_here.c [new file with mode: 0644]
src/redirection.c [new file with mode: 0644]