Welcome to mirror list, hosted at ThFree Co, Russian Federation.

addmv.sh « ext-links « others « test - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ccc97174c24af864a1d29c63e49b95365eaa531 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
# $1 -- link name
# $2 -- file with namespace pid
if [ "$CRTOOLS_SCRIPT_ACTION" == "setup-namespaces" ]; then
	$(dirname $0)/addmv_raw.sh $1 $(cat $2)
else
	exit 0
fi