source: tags/initial/SH/arb_oneach

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 147 bytes
Line 
1#!/bin/csh
2if (! $?MACHINES) set MACHINES='tango rock soul boarisch pop blues'
3foreach i ( $MACHINES )
4        (\ping $i 2 && rsh $i "$*")&
5#       echo ''
6end
Note: See TracBrowser for help on using the repository browser.