#!/bin/bash set -e SCRIPT_PATH=$(realpath $0) SCRIPT_DIR=$(dirname $SCRIPT_PATH) unshare --mount --map-root-user "$SCRIPT_DIR/sandbox_fs.py" "$@"