#!/usr/bin/perl
system "/usr/local/bin/ssh $ARGV[0] cvs @ARGV[1 .. $#ARGV]";
