#!/usr/bin/env bash if [[ "$1" == "start" ]]; then /usr/bin/restic "$@" else exec "$@" fi