Initial check in of scripts for managing testing hosts.

This commit is contained in:
Arthur Britto
2012-04-09 20:47:01 -07:00
committed by newcoin
parent 0a1cd82ee0
commit 79ccc827b3
7 changed files with 45 additions and 0 deletions

6
bin/network-start Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
for SITE in $HOSTS
do
(nx $SITE &)
done