#!/bin/bash -l set -e if [ "$#" -eq 0 ]; then exec deep_package_detection --help else exec "$@" fi