source:
tags/initial/SH/arb_oneach
| Last change on this file was 2, checked in by oldcode, 25 years ago | |
|---|---|
|
|
| File size: 147 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/csh |
| 2 | if (! $?MACHINES) set MACHINES='tango rock soul boarisch pop blues' |
| 3 | foreach i ( $MACHINES ) |
| 4 | (\ping $i 2 && rsh $i "$*")& |
| 5 | # echo '' |
| 6 | end |
Note: See TracBrowser
for help on using the repository browser.
