Bash endless loop

Cum pot executa un script bash fara sa termine vreodata, un enless loop in bash?

while [ 1 = 1 ]
do
   echo "Bash endless loop!";
done

No related posts.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>