IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35439


Ignore:
Timestamp:
Apr 26, 2013, 1:50:47 PM (13 years ago)
Author:
bills
Message:

changes to comments only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_webrequest.pl

    r35354 r35439  
    7171}
    7272
    73 # make a request file
     73# make a request file in a sub directory of the current directory
    7474my $cur_dir = getcwd();
    7575
    7676#print STDERR "cur_dir is $cur_dir\n";
    7777
     78# put file in directory for the current date
    7879my $datestr = strftime "%Y/%m/%d", gmtime;
    7980my $datedir = "$cur_dir/webreq/$datestr";
Note: See TracChangeset for help on using the changeset viewer.