mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 18:15:10 +00:00
11 lines
146 B
Bash
11 lines
146 B
Bash
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
cat >> .env << EOF
|
|
# This is a comment
|
|
# We can use equal or colon notation
|
|
DIR: root
|
|
FLAVOUR: none
|
|
INSIDE_FOLDER=false
|
|
EOF
|