mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Signed-off-by: Andrew Vagin <avagin@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
4 lines
38 B
Bash
Executable file
4 lines
38 B
Bash
Executable file
#!/bin/bash
|
|
while :; do
|
|
sleep 1
|
|
done
|