entrypoint.sh 46 B

123456
  1. #!/bin/bash
  2. set -e
  3. set -o pipefail
  4. exec "$@"