source: XIOS/dev/dev_trunk_omp/xios_test_suite/TOOLS/copy_to_forge @ 1844

Last change on this file since 1844 was 1844, checked in by yushan, 4 years ago

dev_trunk_omp : add xios_test_suite folder

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