mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 02:58:54 +00:00
4 lines
38 B
Bash
Executable file
4 lines
38 B
Bash
Executable file
#!/bin/bash
|
|
while :; do
|
|
sleep 1
|
|
done
|