This reverts commit f78126bfd6. There
really is no need for such a massive change...
3 lines
87 B
Bash
3 lines
87 B
Bash
echo "‘timeout’ builder entering an infinite loop"
|
||
while true ; do echo -n .; done
|