mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 18:15:50 +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
|