#!/bin/sh
echo -n achilles ...
rcp $1 cgw@achilles.mit.edu:
echo -n ncc ...
./oldrcp $1 cgw@ncc.mit.edu:
echo done.
