Help for this page
#!/bin/sh cd /home/you/cvs/stuff /usr/bin/cvs update /usr/bin/cvs diff
#!/usr/bin/perl my $CVS = '/usr/bin/cvs'; ... chdir $DIR; print `$CVS update`; print `$CVS diff`;