head	1.2;
access;
symbols
	charm6_1:1.2
	charm_6_0_1:1.2
	charm6_0_1:1.2
	charm6_0:1.2
	ChaNGa_1-0:1.2
	charm5_9:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.09.17.16.46.37;	author gzheng;	state Exp;
branches;
next	1.1;

1.1
date	2004.05.04.19.37.20;	author olawlor;	state Exp;
branches;
next	;


desc
@@


1.2
log
@updated
@
text
@#!/bin/sh
#  Kill everything listed in "system_list"

grep -v '^#' system_list |
awk -F: '{
	print $2;
	system("ssh -q -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o CheckHostIP=no -o BatchMode=yes " $2 " /bin/sh < kill_all.sh");
}' 

@


1.1
log
@Added a few scripts to clean up when charm hangs everywhere.
@
text
@d4 1
d6 3
a8 2
	system("ssh " $2 " /bin/sh < kill_all.sh");
}' system_list
@

