#!/bin/bash
# Usage: rcom <command>

# Execute the named command on each system in the cluster.

rsh master $*
rsh zinc2 $*
rsh zinc3 $*
rsh zinc4 $*
