On 5/31/20 5:01 PM, Bob Goodwin wrote:
I found this script in a list on my computer, ran it and found I had no
way to stop it. What shuts it off?
while [ 1 <> 0 ]
do
aplay /usr/share/sounds/purple/login.wav
done
It's an infinite loop. Repeatedly pressing CTRL-C should stop it or
else killing the bash process from another terminal.
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx