[system] / trunk / webwork / system / cgi / MAKEDEBUG Repository:
ViewVC logotype

View of /trunk/webwork/system/cgi/MAKEDEBUG

Parent Directory Parent Directory | Revision Log Revision Log


Revision 18 - (download) (annotate)
Mon Jun 18 19:16:59 2001 UTC (11 years, 11 months ago) by sam
File size: 194 byte(s)
MAKEDEBUG now doesn't overwrite existing debug scripts.

    1 #!/usr/bin/perl
    2 
    3 my $template = 'MAKEDEBUG.template';
    4 my @listing = `cd cgi-scripts; ls *.pl; cd ..`;
    5 foreach my $file (@listing) {
    6 	chomp $file;
    7 	system "cp $template $file" unless -e $file;
    8 }

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9