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 | |
---|---|
|
|
File size: 167 bytes |
Rev | Line | |
---|---|---|
[1808] | 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 g+wr $THREDDS_DIR/$file ; chmod o+r $THREDDS_DIR/$file | |
8 | done |
Note: See TracBrowser
for help on using the repository browser.