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