mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
7 lines
52 B
Bash
Executable File
7 lines
52 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for SITE in $HOSTS
|
|
do
|
|
(nx $SITE &)
|
|
done
|