mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
6 lines
100 B
Bash
Executable file
6 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
shellcheck --version
|
|
|
|
cd ./test-network-nano-bash && shellcheck *.sh
|