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

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

devel/Python : simplify management of XML files for test cases

  • Property svn:executable set to *
File size: 243 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 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.