This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/test/create_test_identities.sh
2017-12-14 16:27:25 -08:00

12 lines
286 B
Bash
Executable File

# !/bin/bash
# Generates test identities and joins them to a test network
NWID=$1
mkdir -p alice bob carol ted
./../bin/selftest generate_id ${NWID} alice
./../bin/selftest generate_id ${NWID} bob
./../bin/selftest generate_id ${NWID} carol
./../bin/selftest generate_id ${NWID} ted