Naji-k / minishell

1 stars 0 forks source link

Made while loop for minishell #25

Closed srondss closed 1 year ago

srondss commented 1 year ago

Minishell now loops and will continue without stopping after 1 command. However, @Naji-k you will have to check the execution because commands like echo work fine but if execute "ls -la", will only run once. Need to fix this.