summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/WebSTONE/bin/rebootall
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-15 05:26:25 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-15 05:26:25 +0000
commit06d9080b2ab6c35e7346c3c44cc4edbc0a61bea9 (patch)
tree7333b13696ca6fe1fea620d2f3a5cb67da93d931 /apps/JAWS/clients/WebSTONE/bin/rebootall
parent399c4ba179fc38b4e85846edc8af141d87e4bd1d (diff)
downloadATCD-TAO-0_1_21.tar.gz
This commit was manufactured by cvs2svn to create tag 'TAO-0_1_21'.TAO-0_1_21
Diffstat (limited to 'apps/JAWS/clients/WebSTONE/bin/rebootall')
-rwxr-xr-xapps/JAWS/clients/WebSTONE/bin/rebootall9
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/JAWS/clients/WebSTONE/bin/rebootall b/apps/JAWS/clients/WebSTONE/bin/rebootall
deleted file mode 100755
index 2de65110027..00000000000
--- a/apps/JAWS/clients/WebSTONE/bin/rebootall
+++ /dev/null
@@ -1,9 +0,0 @@
-#! /bin/sh -x
-
-# get configuration
-. $WEBSTONEROOT/conf/testbed
-
-for i in $CLIENTS
-do
- $RSH -l root $i "sleep 5 ; init 6" &
-done