#!/bin/sh # SPDX-License-Identifier: CC0-1.0 # Copyright (C) 2022 Wojtek Kosior # # Available under the terms of Creative Commons Zero v1.0 Universal. set -e unshare --map-root-user --mount \ fake-client-setup-mounts.sh "${SHELL:-/bin/sh}" "$(id -u)"