sophiakoulen / minishell

A simplified bash-like shell, with pipes, redirections and variable expansion.
3 stars 1 forks source link

Unify some of our function #131

Open sophiakoulen opened 1 year ago

sophiakoulen commented 1 year ago

We both wrote a function that does intelligent splitting. Maybe we could generalize and reuse our functions better.