Project

General

Profile

reserveIdentifier.sh

Peter Slaughter, 2015-12-08 19:48

Download (131 Bytes)

 
1
#!/bin/bash
2

    
3
pid=`uuidgen`
4
curl -E /tmp/x509up_u1000 \
5
     -F "id=$pid" \
6
     https://cn-sandbox.test.dataone.org/cn/v2/reserve
7

    
Add picture from clipboard (Maximum size: 14.8 MB)