Changeset 23006 for src

Show
Ignore:
Timestamp:
11/14/08 09:49:53 (8 weeks ago)
Author:
azawawi
Message:

[STD_syntax_highlight] added a commented sample cron usage

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl6/cron_spec_highlight

    r23003 r23006  
    3838 
    3939say "\n-- I am done... Thanks for your valuable time"; 
     40 
     41=head1 sample usage in cron 
     42 
     43PATH=/bin:/usr/bin:/usr/local/bin 
     44LANG=en_US.UTF-8 
     45 
     46# m h  dom mon dow   command 
     471 */3 * * *   (cd ~/pugs/src/perl6; ./cron_spec_highlight 2>&1 | tee html/log.txt) 
     48 
     49=cut