FjjDessoyCaraballo / minishell

This project aims to replicate bash shell
1 stars 3 forks source link

fix: single commands working; chore: (update) pipes under work; #28

Closed FjjDessoyCaraballo closed 3 months ago

FjjDessoyCaraballo commented 3 months ago

FIX: Single commands fully working with arguments and flags.

NEW FUNCTIONALITY: Updated token_to_arrays() function, which is now named ttad() for Token To Array w/ Delimiter. Now one can get a section of tokens with a delimiter (which in our case will be usually pipes).

LEAK: Fixed leak that was happening due to syntax in env_arr_updater().