1 2 3 4 5 6 7 8
#!/bin/sh set -e echo "[$(date +s)] Inflating /opt/db.tar.zst" tar -xf /opt/db.tar.zst echo sh "$@" sh "$@"