#!/bin/sh set -e echo "[$(date +s)] Inflating /opt/db.tar.zst" tar -xf /opt/db.tar.zst echo sh "$@" sh "$@"