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