#!/bin/sh
CVS_RSH=ssh
export CVS_RSH
exec cvs -z 9 $*

