mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-26 03:47:35 +00:00
8 lines
63 B
Bash
8 lines
63 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e -x
|
||
|
|
||
|
./piggie
|
||
|
|
||
|
./src/test/test `pidof piggie`
|