mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-25 03:18:36 +00:00
4 lines
131 B
Bash
4 lines
131 B
Bash
|
#!/bin/bash
|
||
|
echo "${CRTOOLS_SCRIPT_ACTION} ${CRTOOLS_IMAGE_DIR} ${CRTOOLS_INIT_PID}" \
|
||
|
>> "$(dirname $0)/actions_called.txt"
|