source: CONFIG_DEVT/LMDZOR_V6.2_work_ENSEMBLES/modeles/XIOS/html/copy_to_thredds_html @ 5477

Last change on this file since 5477 was 5477, checked in by aclsce, 4 years ago
  • Created CONFIG_DEVT directory
  • First import of LMDZOR_V6.2_work_ENSEMBLES working configuration
  • Property svn:executable set to *
File size: 290 bytes
Line 
1#!/bin/bash
2THREDDS_DIR=/ccc/work/cont003/thredds/p86yann/XIOS_TEST_SUITE
3files="xios_report.html graph.html xios-style.css generate_compile_table.js generate_test_table.js"
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.