1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00
nix/tests/timeout.builder.sh
2013-09-02 12:44:30 +02:00

2 lines
84 B
Bash

echo "\`timeout' builder entering an infinite loop"
while true ; do echo -n .; done