fabric-samples/high-throughput/networkDown.sh
NIKHIL E GUPTA e1ec81cf52 [FAB-17460] Move High Throughput sample to test network
Signed-off-by: NIKHIL E GUPTA <negupta@us.ibm.com>
2020-02-04 11:51:51 -05:00

15 lines
236 B
Bash
Executable file

#!/bin/bash
#
# Copyright IBM Corp All Rights Reserved
#
# SPDX-License-Identifier: Apache-2.0
#
# Exit on first error
set -ex
rm -rf bigdatacc.tar.gz log.txt
# Bring the test network down
pushd ../test-network
./network.sh down
popd