source: XIOS/trunk/xios_test_suite/TOOLS/copy_to_forge @ 1945

Last change on this file since 1945 was 1812, checked in by ymipsl, 4 years ago

XIOS test suite : some update
YM

  • Property svn:executable set to *
File size: 238 bytes
Line 
1#!/bin/bash
2FORGE_DIR=/ipsl/forge/projets/ioserver/XIOS_TEST_SUITE
3forge_IP=ioserver@forge.ipsl.jussieu.fr
4
5files=$*
6
7for file in $files 
8do
9  scp $file $forge_IP:$FORGE_DIR 
10  ssh $forge_IP "chmod --quiet a+rw ${FORGE_DIR}/${file}"
11done
Note: See TracBrowser for help on using the repository browser.