1 2#!/usr/bin/env bash 3 4COLLECTION_SLUG=$(python ./create_collection.py --return-slug) 5echo "Created collection: $COLLECTION_SLUG" 6 7# Use it in the next command 8python add_model_to_collection.py "$COLLECTION_SLUG" "username/my-model"