Files
rippled/bin/network-stop
2012-04-09 20:47:01 -07:00

7 lines
57 B
Bash
Executable File

#!/bin/sh
for SITE in $HOSTS
do
(nx $SITE stop &)
done