8 lines
206 B
Bash
Executable file
8 lines
206 B
Bash
Executable file
# 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
|