1
0
Fork 0

Scaleway testing script.

This commit is contained in:
Casper V. Kristensen 2019-12-11 00:59:18 +01:00
parent 3aeaaafdb4
commit 847f7ae287

7
pir/run.sh Executable file
View 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