Scaleway testing script.
This commit is contained in:
parent
3aeaaafdb4
commit
847f7ae287
7
pir/run.sh
Executable file
7
pir/run.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
# HM-BM1-M
|
||||
IP=51.159.1.147
|
||||
scp -r target/classes root@$IP:~/
|
||||
scp test.sh root@$IP:~/
|
||||
scp ../graph/collect.py root@$IP:~/
|
||||
ssh -t root@$IP -C './test.sh'
|
||||
ssh root@$IP -C 'cat ~/results.log' | tee results.log
|
Loading…
Reference in a new issue