tonnytg / 42_minishell

This project has objective to build a prompt with shell commands
Apache License 2.0
2 stars 2 forks source link

GO CRAZY - crtl+C #151

Closed carlosrocha-dev closed 1 year ago

carlosrocha-dev commented 1 year ago

When type this command: '''BASH while true; do echo ""; done '''

Minishell does not find while

The terminal can`t start loop

carlosrocha-dev commented 1 year ago

I try another test for the ctrl+C and it was successful:

yes "Este é um loop infinito!"

image

I`m closing this issue