#!/bin/sh if [[ -n "$ENTRY_COMMAND" ]]; then /bin/sh -c "$ENTRY_COMMAND" fi