mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-14 02:06:16 +02:00
2 lines
87 B
Bash
2 lines
87 B
Bash
echo "‘timeout’ builder entering an infinite loop"
|
||
while true ; do echo -n .; done
|