mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
5 lines
90 B
Bash
Executable file
5 lines
90 B
Bash
Executable file
#!/bin/sh
|
|
|
|
export FABRIC_CFG_PATH=$PWD/../config/
|
|
export PATH=${PWD}/../bin:${PWD}:$PATH
|
|
|