 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
 Revision Graph
o name is now "pelican"
| 1 | #!/bin/sh | 
| 2 | |
| 3 | MAPPING="mapping.txt" | 
| 4 | |
| 5 | # these are not quite recompiled oddballs | 
| 6 | # afe: now done properly | 
| 7 | #echo "manual http://mitgcm.org/sealion/" >> $MAPPING | 
| 8 | #echo "hydrodynamics http://paoc.mit.edu/cmi/development/hydrodynamics.htm" >> $MAPPING | 
| 9 | |
| 10 | grep -r CMIREDIR *.html | \ | 
| 11 | awk 'BEGIN { FS = ":" } ; | 
| 12 | { HTMLPATH = "http://mitgcm.org/pelican/online_documents/" } ; | 
| 13 | { print $3 " " HTMLPATH $1}' >> $MAPPING | 
| 14 | 
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |