#!/bin/sh set -ex cd /data cp -rf /mnt/* . || true exec "$@"