mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-24 02:29:23 +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`
|