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

7 lines
52 B
Bash
Executable File

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