#!/bin/sh
DIR="$(dirname "$(readlink -f "$0")")"
exec "$DIR/criu-libs/ld-musl-x86_64.so.1" --library-path "$DIR/criu-libs" "$DIR/criu" "$@"
