source:
XIOS/trunk/xios_test_suite/TOOLS/copy_to_forge
@
1808
Last change on this file since 1808 was 1808, checked in by ymipsl, 3 years ago | |
---|---|
|
|
File size: 230 bytes |
Line | |
---|---|
1 | #!/bin/bash |
2 | FORGE_DIR=/ipsl/forge/projets/ioserver/XIOS_TEST_SUITE |
3 | forge_IP=ioserver@forge.ipsl.jussieu.fr |
4 | |
5 | files=$* |
6 | |
7 | for file in $files |
8 | do |
9 | scp $file $forge_IP:$FORGE_DIR |
10 | ssh $forge_IP "chmod a+rw ${FORGE_DIR}/${file}" |
11 | done |
Note: See TracBrowser
for help on using the repository browser.