/[MITgcm]/manual/tools/genredir.sh
ViewVC logotype

Diff of /manual/tools/genredir.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2 by afe, Wed Mar 24 22:35:28 2004 UTC revision 1.3 by edhill, Thu Oct 14 21:08:30 2004 UTC
# Line 9  MAPPING="mapping.txt" Line 9  MAPPING="mapping.txt"
9    
10  grep -r CMIREDIR *.html | \  grep -r CMIREDIR *.html | \
11  awk 'BEGIN { FS = ":" } ;  awk 'BEGIN { FS = ":" } ;
12             { HTMLPATH = "http://mitgcm.org/sealion/online_documents/" } ;             { HTMLPATH = "http://mitgcm.org/pelican/online_documents/" } ;
13             { print $3 " " HTMLPATH $1}' >> $MAPPING             { print $3 " " HTMLPATH $1}' >> $MAPPING
14    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22