source: XIOS/trunk/xios_test_suite/TOOLS/copy_to_thredds @ 1808

Last change on this file since 1808 was 1808, checked in by ymipsl, 3 years ago

XIOS test suite : scipt tools

YM

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