062a131
1
2
3
4
5
6
7
8
#!/bin/bash -l set -e if [ "$#" -eq 0 ]; then exec deep_package_detection --help else exec "$@" fi