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