/[MITgcm]/MITgcm_contrib/heimbach/OpenAD/code_shallow_openad3/cb2mGetHeaders.csh
ViewVC logotype

Annotation of /MITgcm_contrib/heimbach/OpenAD/code_shallow_openad3/cb2mGetHeaders.csh

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


Revision 1.1 - (hide annotations) (download) (as text)
Mon May 7 18:25:48 2007 UTC (18 years, 2 months ago) by utke
Branch: MAIN
File MIME type: application/x-csh
updated conversion

1 utke 1.1 #!/bin/csh -f
2     set file=${1:r}
3     set awkScript=${2}
4     awk -f ${awkScript} ${file}.h > ${file}.h_temp
5     echo ' USE '${file}'_mod' >> ${file}.h_temp
6     mv ${file}.h_temp ${file}_mod.h

  ViewVC Help
Powered by ViewVC 1.1.22