source: XIOS/dev/dev_trunk_omp/xios_test_suite/TOOLS/copy_to_thredds @ 1844

Last change on this file since 1844 was 1844, checked in by yushan, 4 years ago

dev_trunk_omp : add xios_test_suite folder

  • 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.