mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-18 10:05:51 +00:00
7 lines
57 B
Bash
Executable File
7 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for SITE in $HOSTS
|
|
do
|
|
(nx $SITE stop &)
|
|
done
|