source: XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TOOLS/copy_to_thredds @ 2171

Last change on this file since 2171 was 1812, checked in by ymipsl, 4 years ago

XIOS test suite : some update
YM

  • Property svn:executable set to *
File size: 183 bytes
Line 
1#!/bin/bash
2THREDDS_DIR=$xios_thredds_dir
3files=$*
4
5for file in $files 
6do
7  cp $file $THREDDS_DIR ; chmod --quiet g+wr $THREDDS_DIR/$file ; chmod --quiet o+r $THREDDS_DIR/$file
8done
Note: See TracBrowser for help on using the repository browser.