afshin-dini's picture
Initialize the project
062a131
raw
history blame contribute delete
103 Bytes
#!/bin/bash -l
set -e
if [ "$#" -eq 0 ]; then
exec deep_package_detection --help
else
exec "$@"
fi