Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Remove UploadBinaryData.sh script
Per InsightSoftwareConsortium#3760, no longer necessary. As now documented in Documentation/UploadBinaryData.md, a simple bash function equivalent is: ``` function w3externaldata() { w3 put $1 --no-wrap | tail -n 1 | awk -F "/ipfs/" '{print $2}' | tee $1.cid } ```
- Loading branch information