jos-felipe / minishell

This project is about creating a simple shell.
Apache License 2.0
0 stars 2 forks source link

integrate builtins #48

Closed gfantonib closed 1 month ago

jos-felipe commented 1 month ago

Provide a command router to manage calls between builtin functions and external functions.

jos-felipe commented 1 month ago

cd /tmp | pwd --version

jos-felipe commented 1 month ago

Test to validate builtins I/O over parent/child process memory space export foo=bar export foo=bar2 | echo $foo