diff --git a/pir/run.sh b/pir/run.sh new file mode 100755 index 0000000..7d3554f --- /dev/null +++ b/pir/run.sh @@ -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