Mercurial > hg > Database > jungle-test-scripts
view copy.sh @ 0:b3df5f0ce4fb
add test-scripts
author | suruga |
---|---|
date | Fri, 22 Dec 2017 21:16:53 +0900 |
parents | |
children |
line wrap: on
line source
#!/bin/sh #PBS -q jungle #PBS -N copyfile_Job #PBS -l nodes=16,walltime=00:00:30 for serv in `cat $PBS_NODEFILE` do mkdir ~/jungle_workspace/copy_test scp scp one@dragonfly.cr.ie.u-ryukyu.ac.jp:src/jungle-core/build/libs/Alice.jar ~/copy_test done wait