source:
XIOS/trunk/xios_test_suite/TOOLS/copy_to_thredds
@
1812
Last change on this file since 1812 was 1812, checked in by ymipsl, 3 years ago | |
---|---|
|
|
File size: 183 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | THREDDS_DIR=$xios_thredds_dir |
3 | files=$* |
4 | |
5 | for file in $files |
6 | do |
7 | cp $file $THREDDS_DIR ; chmod --quiet g+wr $THREDDS_DIR/$file ; chmod --quiet o+r $THREDDS_DIR/$file |
8 | done |
Note: See TracBrowser
for help on using the repository browser.