fabric-samples/hyperledger-fabric/first-network/env.sh
2020-05-11 14:26:07 -05:00

5 lines
90 B
Bash
Executable file

#!/bin/sh
export FABRIC_CFG_PATH=$PWD/../config/
export PATH=${PWD}/../bin:${PWD}:$PATH