Good evening. My name is Ruan, was doing some scripting with bash, to launch a script my system crashed and restarted. When I look at the command syntax.
function example () {
echo `example`
}
example
The echo generates an infinite loop calling the function without stopping, I
could see the top command.
Thousands of bash were being opened, I would report this bug.
One question, I tried to fix myself but I did not really bash the error files.
In this case how it could contribute?
Thank U
