github.com/kchristidis/fabric@v1.0.4-0.20171028114726-837acd08cde1/release/templates/get-byfn.in (about)

     1  #!/bin/bash -eu
     2  #
     3  # Copyright IBM Corp All Rights Reserved
     4  #
     5  # SPDX-License-Identifier: Apache-2.0
     6  #
     7  
     8  # This script downloads the build your first network sample app 
     9  
    10  # set the default Docker namespace and tag
    11  VERSION=_VERSION_
    12  echo "===> Downloading Build Your First Network sample application"
    13  curl https://nexus.hyperledger.org/content/repositories/releases/org/hyperledger/fabric/examples/hyperledger-fabric-byfn-$(VERSION).tar.gz | tar xz