Revision c0ebcaaf17083b2ce0c63c58d84d40ee379ae680 authored by Antoine R. Dumont (@ardumont) on 10 September 2018, 13:42:33 UTC, committed by Antoine R. Dumont (@ardumont) on 12 September 2018, 12:41:51 UTC
1 parent a0b24b2
Raw File
content.sh
#!/usr/bin/env bash

. ./default-setup

DEPOSIT_ID=${1-1}

curl -i -u "${CREDS}" ${SERVER}/1/${COLLECTION}/${DEPOSIT_ID}/content/
back to top