diff options
| author | mo khan <mo.khan@gmail.com> | 2020-06-10 23:18:48 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-06-10 23:18:48 -0600 |
| commit | af3f6601ea3a8651da27802589fc2feff1f6f4d7 (patch) | |
| tree | 86b7752d05fc65fee2bb1db9a4311196a9168037 | |
| parent | bcec2a5eb031c60b350c1be27d84f0a255b18e17 (diff) | |
Print timestamp
| -rw-r--r-- | examples/003/run.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/003/run.sh b/examples/003/run.sh index bf50deb..2d4f92c 100644 --- a/examples/003/run.sh +++ b/examples/003/run.sh @@ -1,8 +1,5 @@ #!/bin/sh - -set -e - echo "[$(date +s)] Inflating /opt/db.tar.zst" tar -xf /opt/db.tar.zst -echo sh "$@" +echo "[$(date +s)]" sh "$@" sh "$@" |
