source: XIOS/trunk/html/copy_to_thredds_html @ 1821

Last change on this file since 1821 was 1798, checked in by ymipsl, 4 years ago

XIOS TEST_SUITE : some script to install web application to visualize results of tests

YM

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