mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Initial check in of scripts for managing testing hosts.
This commit is contained in:
6
bin/network-start
Executable file
6
bin/network-start
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
for SITE in $HOSTS
|
||||
do
|
||||
(nx $SITE &)
|
||||
done
|
||||
Reference in New Issue
Block a user