afshin-dini's picture
transfer the repo
623606b
raw
history blame contribute delete
102 Bytes
#!/bin/bash -l
set -e
if [ "$#" -eq 0 ]; then
exec egg_segmentation_size --help
else
exec "$@"
fi