source: XIOS/trunk/html/copy_to_thredds_info @ 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: 253 bytes
Line 
1#!/bin/bash
2THREDDS_DIR=/ccc/work/cont003/thredds/p86yann/XIOS_TEST_SUITE
3
4branch_name=$1
5files="compile_${1}_info.js test_${1}_info.js"
6
7for file in $files 
8do
9  cp $file $THREDDS_DIR ; chmod g+wr $THREDDS_DIR/$file ; chmod o+r $THREDDS_DIR/$file
10done
Note: See TracBrowser for help on using the repository browser.