mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
7 lines
63 B
Bash
Executable file
7 lines
63 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e -x
|
|
|
|
./piggie
|
|
|
|
./src/test/test `pidof piggie`
|