source: issm/trunk-jpl/externalpackages/petsc-dev/src/bin/maint/killnightly@ 11896

Last change on this file since 11896 was 11896, checked in by habbalf, 13 years ago

petsc-dev : Petsc development code in external packages. Mercurial updates

  • Property svn:executable set to *
File size: 331 bytes
Line 
1#! /bin/csh
2#
3# Example usage: killnightly solaris
4#
5#
6set dir=`dirname $0`
7set day=`date | cut -f1 -d" "`
8
9foreach CONF ($*)
10 set SSH=ssh
11 set DASHN=-n
12 source $dir/confignightly/${CONF}
13
14 $SSH $USR@$MACH $DASHN "$LOC/bin/maint/zapall" &
15 sleep 300 # If 2 invocations on the same machine - they stomp in each other
16end
17wait
18
Note: See TracBrowser for help on using the repository browser.