source: codes/icosagcm/devel/Python/test/xml/link.sh @ 759

Last change on this file since 759 was 759, checked in by dubos, 6 years ago

devel/unstructured : towards XIOS output with curvilinear mesh

  • Property svn:executable set to *
File size: 247 bytes
Line 
1#!/bin/bash
2
3function cmd_suffix()
4{
5    rm -f *.xml
6    for name in context_icosa field_def filedef ; do
7        ln -s xml/${name}_$1.xml ${name}.xml
8    done
9    ln -s xml/iodef.xml
10}
11
12echo "Usage : xml/link.sh [simple|full]"
13
14cmd_suffix $1
15ls -l *.xml
Note: See TracBrowser for help on using the repository browser.