voxforge.org
VoxForge Dev

Changeset 2395

Show
Ignore:
Timestamp:
01/10/08 21:00:29 (1 year ago)
Author:
kmaclean
Message:

print message on startup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/Scripts/Mirroring_scripts/RunDaily.pl

    r2393 r2395  
    9999 
    100100sub Rsync { 
     101        print "\nRsync starting****************************************************\n\n"; 
    101102        # Mirror files to VoxForge repository 
    102103        $command = ("rsync -r -v -t /data/svn-tarfiles/SpeechCorpus/Trunk -e ssh user\@voxforge1\.org\:downloads/SpeechCorpus --stats"); print "***$command\n";system($command) == 0 or confess "system $command failed: $?";