1
0
Fork 0
alex-retrieval/pir/run.sh

8 lines
206 B
Bash
Raw Permalink Normal View History

2019-12-11 00:59:18 +01:00
# 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