fabric-samples/high-throughput/networkDown.sh
Nikhil Gupta 91e6ef742e Move high-throughput sample to go application
Signed-off-by: Nikhil Gupta <ngupta@symbridge.com>

high throughput app
2020-10-28 16:35:28 -04:00

17 lines
No EOL
266 B
Bash
Executable file

#!/bin/bash
#
# Copyright IBM Corp All Rights Reserved
#
# SPDX-License-Identifier: Apache-2.0
#
# Exit on first error
set -ex
# Bring the test network down
pushd ../test-network
./network.sh down
popd
rm -rf application-go/wallet/
rm -rf application-go/keystore/