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

Annotation of /manual/tools/genredir.sh

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


Revision 1.1 - (hide annotations) (download) (as text)
Tue Mar 23 17:17:59 2004 UTC (20 years, 1 month ago) by afe
Branch: MAIN
File MIME type: application/x-sh
o added script to generate mapping.txt file and modded Makefile to use it

1 afe 1.1 #!/bin/sh
2    
3     MAPPING="mapping.txt"
4    
5     # these are not quite recompiled oddballs
6     echo "manual http://mitgcm.org/sealion/" >> $MAPPING
7     echo "hydrodynamics http://paoc.mit.edu/cmi/development/hydrodynamics.htm" >> $MAPPING
8    
9     grep -r CMIREDIR *.html | \
10     awk 'BEGIN { FS = ":" } ;
11     { HTMLPATH = "http://mitgcm.org/sealion/online_documents/" } ;
12     { print $3 " " HTMLPATH $1}' >> $MAPPING
13    

  ViewVC Help
Powered by ViewVC 1.1.22