NataliaMedeiros / minishell

0 stars 0 forks source link

Create reusable function #12

Closed edooarda closed 2 days ago

edooarda commented 1 month ago

To the code be more clean and reusable, split some local function into adaptable ones

For example:

! Split a function that makes a lot of stuff into one while loop (look into cd builtin - OLDPWD and PWD)